]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/m68k/____longjmp_chk.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / m68k / ____longjmp_chk.c
index 4b51b6d02b5934a331d5576f95ee9ce52ade652b..2ba825e021fc23668fe2adece63fe7f995983f99 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2009-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 <stdio.h>
 #include <signal.h>
@@ -24,7 +24,7 @@
     register unsigned long this_sp asm ("sp");                               \
     if ((unsigned long) (sp) < this_sp)                                              \
       {                                                                              \
-       struct sigaltstack oss;                                               \
+       stack_t oss;                                                          \
        INTERNAL_SYSCALL_DECL (err);                                          \
        int result = INTERNAL_SYSCALL (sigaltstack, err, 2, NULL, &oss);      \
        if (!INTERNAL_SYSCALL_ERROR_P (result, err)                           \