diff options
Diffstat (limited to 'include/mpw/sys/time.h')
-rwxr-xr-x | include/mpw/sys/time.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mpw/sys/time.h b/include/mpw/sys/time.h deleted file mode 100755 index f9e4852..0000000 --- a/include/mpw/sys/time.h +++ /dev/null @@ -1,13 +0,0 @@ -/* Imitation sys/time.h. */ - -#ifndef __SYS_TIME_H__ -#define __SYS_TIME_H__ - -#include <time.h> - -struct timeval { - long tv_sec; - long tv_usec; -}; - -#endif /* __SYS_TIME_H__ */ |