diff options
Diffstat (limited to 'src/sys/timeb/struct_timeb.c')
| -rw-r--r-- | src/sys/timeb/struct_timeb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sys/timeb/struct_timeb.c b/src/sys/timeb/struct_timeb.c deleted file mode 100644 index 90ba63c3..00000000 --- a/src/sys/timeb/struct_timeb.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <sys/timeb.h> - -struct timeb { - time_t time; - unsigned short millitm; - short timezone; - short dstflag; -}; - -/* -XOPEN(400,700) -*/ |
