diff options
-rw-r--r-- | sys/sys/timeb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h index 40aba11..238e90e 100644 --- a/sys/sys/timeb.h +++ b/sys/sys/timeb.h @@ -50,4 +50,12 @@ struct timeb { short dstflag; /* DST == non-zero */ }; +#ifndef _KERNEL +#include <sys/cdefs.h> + +__BEGIN_DECLS +int ftime __P((struct timeb *)); +__END_DECLS +#endif /* _KERNEL */ + #endif |