diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index 145f888c43..aedef2dd67 100644 --- a/include/time.h +++ b/include/time.h @@ -5,6 +5,7 @@ # include <time/time.h> extern __typeof (strftime_l) __strftime_l; +libc_hidden_proto (__strftime_l) extern __typeof (strptime_l) __strptime_l; libc_hidden_proto (time) |