summaryrefslogtreecommitdiff
path: root/src/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/sys/time.h')
-rw-r--r--src/include/sys/time.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/sys/time.h b/src/include/sys/time.h
new file mode 100644
index 00000000..79c5fcbc
--- /dev/null
+++ b/src/include/sys/time.h
@@ -0,0 +1,8 @@
+#ifndef SYS_TIME_H
+#define SYS_TIME_H
+
+#include "../../../include/sys/time.h"
+
+int __futimesat(int, const char *, const struct timeval [2]);
+
+#endif