diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:29:20 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:32:28 +0100 |
commit | d1d9eaf478b7d3a11a599c120498b79fe5629a61 (patch) | |
tree | 47bc37ce2eddc0e89daf81a0650a332066d59541 /nptl/sysdeps/x86_64 | |
parent | 246b27983b908a241f025ccc2afe87a9e6f32203 (diff) | |
download | glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.gz glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.bz2 glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.zip |
Use __glibc_reserved instead __unused.
Diffstat (limited to 'nptl/sysdeps/x86_64')
-rw-r--r-- | nptl/sysdeps/x86_64/tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/x86_64/tls.h b/nptl/sysdeps/x86_64/tls.h index 61df1af2b0..d6350fdf4a 100644 --- a/nptl/sysdeps/x86_64/tls.h +++ b/nptl/sysdeps/x86_64/tls.h @@ -65,14 +65,14 @@ typedef struct # ifndef __ASSUME_PRIVATE_FUTEX int private_futex; # else - int __unused1; + int __glibc_reserved1; # endif int rtld_must_xmm_save; /* Reservation of some values for the TM ABI. */ void *__private_tm[4]; /* GCC split stack support. */ void *__private_ss; - long int __unused2; + long int __glibc_reserved2; /* Have space for the post-AVX register size. */ __128bits rtld_savespace_sse[8][4] __attribute__ ((aligned (32))); |