]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstol_l.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / wcsmbs / wcstol_l.c
index 1cebaecf0190e725faa2f40373b9d83cd34cd5f4..71e9cd4e90a5b2e03c450fd1a1de1f0438b5a743 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -23,7 +23,4 @@
 
 #define        USE_WIDE_CHAR   1
 
-extern long int ____wcstol_l_internal (const wchar_t *, wchar_t **, int, int,
-                                      __locale_t);
-
 #include <stdlib/strtol_l.c>