]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/freelocale.c
locale/programs/locarchive.c: Remove unnecessary check in add_locale_archive
[thirdparty/glibc.git] / locale / freelocale.c
index d8441cafd464329daa72a84b1b0ef1609f0f22a8..d33b238cf530cb9c8bb69c23b6034eb7c23405bf 100644 (file)
@@ -1,7 +1,6 @@
 /* Free data allocated by a call to setlocale_r
-   Copyright (C) 1996-2016 Free Software Foundation, Inc.
+   Copyright (C) 1996-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 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
@@ -15,7 +14,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 <locale.h>
 #include <stdlib.h>
@@ -29,7 +28,7 @@ __libc_rwlock_define (extern , __libc_setlocale_lock attribute_hidden)
 
 
 void
-__freelocale (__locale_t dataset)
+__freelocale (locale_t dataset)
 {
   int cnt;