diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-09 16:50:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-09 16:50:49 +0000 |
commit | cfe5ef951dd1fe7b7a22e594145ca780df146f4c (patch) | |
tree | f04318aaf6da3c4515346ac799682bb914f5d15d /pfinet/linux | |
parent | 0e1c60661f6ff504aaa4e37a0f75ff3db9dcb86e (diff) |
entered into RCS
Diffstat (limited to 'pfinet/linux')
-rw-r--r-- | pfinet/linux/time.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 <sys/time.h> +#include "mapped-time.h" -void do_gettimeofday (struct timeval *); +extern inline void +do_gettimeofday (struct timeval *tp) +{ + fill_timeval (tp); +} #endif |