]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sparc / bits / setjmp.h
index 465aa6ba8f23839028d6c553041b4a4b416bd295..b3394b16fbc9921baa9122795ae4b1458409e2bb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2021 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/>.  */
 
 #ifndef _BITS_SETJMP_H
 #define _BITS_SETJMP_H  1
 #ifndef _ASM
 typedef struct __sparc64_jmp_buf
   {
-    struct __sparc64_jmp_buf   *uc_link;
-    unsigned long              uc_flags;
-    unsigned long              uc_sigmask;
+    struct __sparc64_jmp_buf   *__uc_link;
+    unsigned long              __uc_flags;
+    unsigned long              __uc_sigmask;
     struct __sparc64_jmp_buf_mcontext
       {
-       unsigned long           mc_gregs[19];
-       unsigned long           mc_fp;
-       unsigned long           mc_i7;
+       unsigned long           __mc_gregs[19];
+       unsigned long           __mc_fp;
+       unsigned long           __mc_i7;
        struct __sparc64_jmp_buf_fpu
          {
            union
              {
-               unsigned int    sregs[32];
-               unsigned long   dregs[32];
-               long double     qregs[16];
-             }                 mcfpu_fpregs;
-           unsigned long       mcfpu_fprs;
-           unsigned long       mcfpu_gsr;
-           void                *mcfpu_fq;
-           unsigned char       mcfpu_qcnt;
-           unsigned char       mcfpu_qentsz;
-           unsigned char       mcfpu_enab;
-         }                     mc_fpregs;
-      }                                uc_mcontext;
+               unsigned int    __sregs[32];
+               unsigned long   __dregs[32];
+               long double     __qregs[16];
+             }                 __mcfpu_fpregs;
+           unsigned long       __mcfpu_fprs;
+           unsigned long       __mcfpu_gsr;
+           void                *__mcfpu_fq;
+           unsigned char       __mcfpu_qcnt;
+           unsigned char       __mcfpu_qentsz;
+           unsigned char       __mcfpu_enab;
+         }                     __mc_fpregs;
+      }                                __uc_mcontext;
   } __jmp_buf[1];
 #endif