aboutsummaryrefslogtreecommitdiff
path: root/conform/data/sys/timeb.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/sys/timeb.h-data')
-rw-r--r--conform/data/sys/timeb.h-data14
1 files changed, 0 insertions, 14 deletions
diff --git a/conform/data/sys/timeb.h-data b/conform/data/sys/timeb.h-data
deleted file mode 100644
index 9638f73c8f..0000000000
--- a/conform/data/sys/timeb.h-data
+++ /dev/null
@@ -1,14 +0,0 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008 && !defined XOPEN2K8
-type {struct timeb}
-
-element {struct timeb} time_t time
-element {struct timeb} {unsigned short} millitm
-element {struct timeb} short timezone
-element {struct timeb} short dstflag
-
-type time_t
-
-function int ftime (struct timeb*)
-
-allow *_t
-#endif