about summary refs log tree commit diff
path: root/sysdeps/generic/wcstoll_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/wcstoll_l.c')
-rw-r--r--sysdeps/generic/wcstoll_l.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/wcstoll_l.c b/sysdeps/generic/wcstoll_l.c
index 7c288ab931..9ed2c5aca7 100644
--- a/sysdeps/generic/wcstoll_l.c
+++ b/sysdeps/generic/wcstoll_l.c
@@ -28,3 +28,5 @@ extern long long int ____wcstoll_l_internal (const wchar_t *, wchar_t **,
 					     int, int, __locale_t);
 
 #include <wcstoll.c>
+
+weak_alias (__wcstoll_l, wcstoll_l)