diff options
Diffstat (limited to 'include/sys/times.h')
-rw-r--r-- | include/sys/times.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/times.h b/include/sys/times.h index 16ca91138a..95162b8931 100644 --- a/include/sys/times.h +++ b/include/sys/times.h @@ -1 +1,4 @@ #include <posix/sys/times.h> + +/* Now define the internal interfaces. */ +extern clock_t __times __P ((struct tms *__buffer)); |