]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstod_l.c
* locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
[thirdparty/glibc.git] / wcsmbs / wcstod_l.c
index 13f85d30082adb9d6f67bb52b3a837d6e90da413..87f3a8f7bc4b6ff0bc732552ae2e9404790e3203 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -31,3 +31,5 @@ extern unsigned long long int ____wcstoull_l_internal (const wchar_t *,
                                                       __locale_t);
 
 #include <wcstod.c>
+
+weak_alias (__wcstod_l, wcstod_l)