]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-cxa_atexit.c
stdlib: Fix tst-rand48.c printf types
[thirdparty/glibc.git] / stdlib / tst-cxa_atexit.c
index f6d2cc3240a19a30a0328efe39c67f7025b530e0..eb381118be01670241fc988fa065f0761f37ca9c 100644 (file)
@@ -1,5 +1,5 @@
 /* Verify functions registered via __cxa_atexit run in LIFO order.
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,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/>.  */
 
 extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);