X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wctype%2Fwctype_l.c;h=b61350a74086c3d1cb149acaac49ce6cd63838a4;hb=HEAD;hp=f694f75386625bd71428274fb4fbc1923c538e36;hpb=d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de;p=thirdparty%2Fglibc.git diff --git a/wctype/wctype_l.c b/wctype/wctype_l.c index f694f753866..2ab725f0c89 100644 --- a/wctype/wctype_l.c +++ b/wctype/wctype_l.c @@ -1,6 +1,5 @@ -/* Copyright (C) 1996-2014 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 , 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 - . */ + . */ #include #include @@ -23,7 +22,7 @@ #include wctype_t -__wctype_l (const char *property, __locale_t locale) +__wctype_l (const char *property, locale_t locale) { const char *names; unsigned int result;