From cfe5ef951dd1fe7b7a22e594145ca780df146f4c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 9 Aug 1995 16:50:49 +0000 Subject: entered into RCS --- pfinet/linux/time.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pfinet/linux') diff --git a/pfinet/linux/time.h b/pfinet/linux/time.h index 65bc8c6c..9b6b9904 100644 --- a/pfinet/linux/time.h +++ b/pfinet/linux/time.h @@ -1,7 +1,13 @@ #ifndef _HACK_TIME_H_ +#define _HACK_TIME_H_ #include +#include "mapped-time.h" -void do_gettimeofday (struct timeval *); +extern inline void +do_gettimeofday (struct timeval *tp) +{ + fill_timeval (tp); +} #endif -- cgit v1.2.3