aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-12-03 15:07:54 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-12-03 15:07:54 +0000
commitace25b89e107f9e80e49e2baba7d2790adfcd1aa (patch)
tree7d613e6d300feb56ebede00395dc6b94f0043a25
parentb001d36fa395e935431d06b50516f46cc6b99291 (diff)
Notes
-rw-r--r--sys/sys/timeb.h8
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