about summary refs log tree commit diff
path: root/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/times.h')
-rw-r--r--include/sys/times.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sys/times.h b/include/sys/times.h
deleted file mode 100644
index 026d140fe1..0000000000
--- a/include/sys/times.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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