summaryrefslogtreecommitdiff
path: root/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/times.h')
-rw-r--r--include/sys/times.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/times.h b/include/sys/times.h
index 6022f2f84..13535a5f6 100644
--- a/include/sys/times.h
+++ b/include/sys/times.h
@@ -47,6 +47,7 @@ struct tms
Return the elapsed real time, or (clock_t) -1 for errors.
All times are in CLK_TCKths of a second. */
extern clock_t times (struct tms *__buffer) __THROW;
+libc_hidden_proto(times)
__END_DECLS