summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/bsdi-2.0/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/bsdi-2.0/time.h')
-rwxr-xr-xmit-pthreads/machdep/bsdi-2.0/time.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/bsdi-2.0/time.h b/mit-pthreads/machdep/bsdi-2.0/time.h
new file mode 100755
index 00000000000..a8bf0ff8f82
--- /dev/null
+++ b/mit-pthreads/machdep/bsdi-2.0/time.h
@@ -0,0 +1,6 @@
+#ifndef ts_sec
+#define ts_sec tv_sec
+#define ts_nsec tv_nsec
+#endif
+#include "/usr/include/sys/time.h"
+