about summary refs log tree commit diff
path: root/REORG.TODO/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/sys/times.h')
-rw-r--r--REORG.TODO/include/sys/times.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/include/sys/times.h b/REORG.TODO/include/sys/times.h
new file mode 100644
index 0000000000..026d140fe1
--- /dev/null
+++ b/REORG.TODO/include/sys/times.h
@@ -0,0 +1,8 @@
+#ifndef _SYS_TIMES_H
+#include <posix/sys/times.h>
+
+#ifndef _ISOMAC
+/* Now define the internal interfaces.  */
+extern clock_t __times (struct tms *__buffer);
+#endif
+#endif