about summary refs log tree commit diff
path: root/wcsmbs/wcstold_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstold_l.c')
-rw-r--r--wcsmbs/wcstold_l.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wcsmbs/wcstold_l.c b/wcsmbs/wcstold_l.c
index 8df93afb56..f5d055470c 100644
--- a/wcsmbs/wcstold_l.c
+++ b/wcsmbs/wcstold_l.c
@@ -24,8 +24,5 @@
 
 extern long double ____wcstold_l_internal (const wchar_t *, wchar_t **, int,
 					   __locale_t);
-extern unsigned long long int ____wcstoull_l_internal (const wchar_t *,
-						       wchar_t **, int, int,
-						       __locale_t);
 
 #include <strtold_l.c>