]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wctype/wctype_l.c
libio/bug-wsetpos: Make the error message match the causing function
[thirdparty/glibc.git] / wctype / wctype_l.c
index 2062da60aeff916697244d42d40062c18ea834c0..2ab725f0c8917e46ace97decfa7c5ffba74f833f 100644 (file)
@@ -1,6 +1,5 @@
-/* Copyright (C) 1996,97,2000,01,02 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -13,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <endian.h>
 #include <locale.h>
@@ -24,7 +22,7 @@
 #include <locale/localeinfo.h>
 
 wctype_t
-__wctype_l (const char *property, __locale_t locale)
+__wctype_l (const char *property, locale_t locale)
 {
   const char *names;
   unsigned int result;