]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-tls-atexit-nodelete.c
Add a test for longjmp from user context
[thirdparty/glibc.git] / stdlib / tst-tls-atexit-nodelete.c
index 0fd1dc3f9c2c4688ec1460c42a8cb1b7b37811e7..8ec9a48aa7e3a3245697c81903f41f9838b04d53 100644 (file)
@@ -1,7 +1,7 @@
 /* Verify that a RTLD_NODELETE DSO is not unloaded even if its TLS objects are
    destroyed.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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
@@ -16,7 +16,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/>.  */
 
 #define NO_DELETE 1
 #define H2_RTLD_FLAGS (RTLD_LAZY | RTLD_NODELETE)