aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/kernel-features.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-06-20 20:02:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-06-20 20:02:34 +0000
commit4a103975c4c4929455d60224101013888640cd2f (patch)
treeb4dd6d80368a78ae0b0a70e8486067487461329c /sysdeps/unix/sysv/linux/kernel-features.h
parenta2a76afe9127dc7b3e7c526bdf0088c1cc17c33d (diff)
downloadglibc-4a103975c4c4929455d60224101013888640cd2f.tar
glibc-4a103975c4c4929455d60224101013888640cd2f.tar.gz
glibc-4a103975c4c4929455d60224101013888640cd2f.tar.bz2
glibc-4a103975c4c4929455d60224101013888640cd2f.zip
Remove __ASSUME_AT_RANDOM.
This patch removes __ASSUME_AT_RANDOM now it can be assumed to be true unconditionally. Tested x86_64 that the disassembly of installed shared libraries is unchanged by this patch. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM): Remove macro. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard) [!__ASSUME_AT_RANDOM]: Remove conditional code. (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index d0673211ad..80655e0162 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -162,9 +162,6 @@
/* Support for the FUTEX_CLOCK_REALTIME flag was added in 2.6.29. */
#define __ASSUME_FUTEX_CLOCK_REALTIME 1
-/* Support for the AT_RANDOM auxiliary vector entry was added in 2.6.29. */
-#define __ASSUME_AT_RANDOM 1
-
/* Support for preadv and pwritev was added in 2.6.30. */
#define __ASSUME_PREADV 1
#define __ASSUME_PWRITEV 1