diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index ff331cddcd..b68df96385 100644 --- a/include/time.h +++ b/include/time.h @@ -4,6 +4,14 @@ #else # include <time/time.h> +libc_hidden_proto (time) +libc_hidden_proto (asctime) +libc_hidden_proto (mktime) +libc_hidden_proto (timelocal) +libc_hidden_proto (localtime) +libc_hidden_proto (strftime) +libc_hidden_proto (strptime) + /* Now define the internal interfaces. */ struct tm; |