diff options
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |