diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index 3b63b3d..b57b7be 100644 --- a/include/time.h +++ b/include/time.h @@ -4,6 +4,9 @@ #else # include <time/time.h> +extern __typeof (strftime_l) __strftime_l; +extern __typeof (strptime_l) __strptime_l; + libc_hidden_proto (time) libc_hidden_proto (asctime) libc_hidden_proto (mktime) |