diff options
Diffstat (limited to 'include/sys/times.h')
-rw-r--r-- | include/sys/times.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/times.h b/include/sys/times.h index 24f9fdad9f..6ad39fb8c5 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 (struct tms *__buffer) __THROW; +extern clock_t __times (struct tms *__buffer); #endif |