aboutsummaryrefslogtreecommitdiff
path: root/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/times.h')
-rw-r--r--include/sys/times.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/times.h b/include/sys/times.h
index 611bb2fdc9..24f9fdad9f 100644
--- a/include/sys/times.h
+++ b/include/sys/times.h
@@ -2,5 +2,5 @@
#include <posix/sys/times.h>
/* Now define the internal interfaces. */
-extern clock_t __times __P ((struct tms *__buffer));
+extern clock_t __times (struct tms *__buffer) __THROW;
#endif