diff options
Diffstat (limited to 'src/sys/timeb/ftime.c')
-rw-r--r-- | src/sys/timeb/ftime.c | 10 |
1 files changed, 0 insertions, 10 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) -*/ |