about summary refs log tree commit diff
path: root/time/sys/timeb.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/sys/timeb.h')
-rw-r--r--time/sys/timeb.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/time/sys/timeb.h b/time/sys/timeb.h
index d6cdf29111..bbad4eb8c0 100644
--- a/time/sys/timeb.h
+++ b/time/sys/timeb.h
@@ -20,19 +20,9 @@
 
 #include <features.h>
 
-#include <bits/types/time_t.h>
-
 __BEGIN_DECLS
 
-/* Structure returned by the `ftime' function.  */
-
-struct timeb
-  {
-    time_t time;		/* Seconds since epoch, as from `time'.  */
-    unsigned short int millitm;	/* Additional milliseconds.  */
-    short int timezone;		/* Minutes west of GMT.  */
-    short int dstflag;		/* Nonzero if Daylight Savings Time used.  */
-  };
+# include <bits/types/struct_timeb.h>
 
 /* Fill in TIMEBUF with information about the current time.  */