about summary refs log tree commit diff
path: root/wcsmbs/wcstoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstoul_l.c')
-rw-r--r--wcsmbs/wcstoul_l.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wcsmbs/wcstoul_l.c b/wcsmbs/wcstoul_l.c
index f9f3808b20..1a345d4bb0 100644
--- a/wcsmbs/wcstoul_l.c
+++ b/wcsmbs/wcstoul_l.c
@@ -23,7 +23,4 @@
 
 #define UNSIGNED	1
 
-extern unsigned long int ____wcstoul_l_internal (const wchar_t *, wchar_t **,
-						 int, int, locale_t);
-
 #include "wcstol_l.c"