diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index 425b71b77..d25b40845 100644 --- a/include/time.h +++ b/include/time.h @@ -430,6 +430,13 @@ extern int getdate_r (__const char *__restrict __string, __END_DECLS + +#ifdef UCLIBC_INTERNAL +/* Experiment. Grep for 'libc_hidden_proto(time)' if need to revert */ +libc_hidden_proto(time) +#endif + + #endif /* <time.h> included. */ #endif /* <time.h> not already included. */ |