]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wctype/wctype_l.c
manual: add dup3
[thirdparty/glibc.git] / wctype / wctype_l.c
index c17a1e9ce6135fde8a75ee33239d54129b432de6..2ab725f0c8917e46ace97decfa7c5ffba74f833f 100644 (file)
@@ -1,6 +1,5 @@
-/* Copyright (C) 1996-2017 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
@@ -14,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <endian.h>
 #include <locale.h>
@@ -23,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;