]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - setjmp/bsd-setjmp.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / setjmp / bsd-setjmp.c
index 15f3f153cc39c7b91444e430e26e6d17a017cfa1..6146247bda573ce17b6a2a70e9519f51b3747236 100644 (file)
@@ -1,5 +1,5 @@
 /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'.  Stub version.
-   Copyright (C) 1994, 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1994-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
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <setjmp.h>