aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/time.h1
-rw-r--r--include/wchar.h1
2 files changed, 2 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)
diff --git a/include/wchar.h b/include/wchar.h
index e390f8104f..a9cd440eec 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -15,6 +15,7 @@ extern __typeof (wcstod_l) __wcstod_l;
extern __typeof (wcstof_l) __wcstof_l;
extern __typeof (wcstold_l) __wcstold_l;
extern __typeof (wcsftime_l) __wcsftime_l;
+libc_hidden_proto (__wcsftime_l)
libc_hidden_proto (__wcstof_internal)