]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mips/mips64/setjmp.S
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / mips / mips64 / setjmp.S
index e72eaa71fdb7deb2fdd4fa796b212219ff9439b6..b67e4025d72e5e31680f30192d5cfe696ec283be 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 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,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
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sgidefs.h>
 #include <sysdep.h>
@@ -42,3 +42,4 @@ ENTRY (__sigsetjmp)
 #endif
        jr t9
 END (__sigsetjmp)
+hidden_def (__sigsetjmp)