diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2001-12-03 15:07:54 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2001-12-03 15:07:54 +0000 |
| commit | ace25b89e107f9e80e49e2baba7d2790adfcd1aa (patch) | |
| tree | 7d613e6d300feb56ebede00395dc6b94f0043a25 | |
| parent | b001d36fa395e935431d06b50516f46cc6b99291 (diff) | |
Notes
| -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 40aba11ae6b4..238e90e5144d 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 |
