summaryrefslogtreecommitdiff
path: root/src/sys/timeb
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/timeb')
-rw-r--r--src/sys/timeb/ftime.c10
-rw-r--r--src/sys/timeb/struct_timeb.h12
-rw-r--r--src/sys/timeb/time_t.ref3
3 files changed, 0 insertions, 25 deletions
diff --git a/src/sys/timeb/ftime.c b/src/sys/timeb/ftime.c
deleted file mode 100644
index ea1f60fb..00000000
--- a/src/sys/timeb/ftime.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/timeb.h>
-
-int ftime(struct timeb *tp)
-{
- return 0;
-}
-
-/*
-XOPEN(400,700)
-*/
diff --git a/src/sys/timeb/struct_timeb.h b/src/sys/timeb/struct_timeb.h
deleted file mode 100644
index 90ba63c3..00000000
--- a/src/sys/timeb/struct_timeb.h
+++ /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)
-*/
diff --git a/src/sys/timeb/time_t.ref b/src/sys/timeb/time_t.ref
deleted file mode 100644
index 955b68bf..00000000
--- a/src/sys/timeb/time_t.ref
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <sys/timeb.h>
-REFERENCE(time/time_t.c)
-XOPEN(400)