summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-26 15:26:05 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-26 15:26:05 +0000
commit1ad68780b74e666944fdade5d4fcc9156cf9c12e (patch)
treed5f0781cbbac4faf7ef34c87c624ecee46390881
parentd2708e67c097cc29f996da5f02bc17aacc62ca79 (diff)
No need for FDPIC_FUNCPTRS.
-rw-r--r--sysdeps/unix/sysv/linux/sys/personality.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/personality.h b/sysdeps/unix/sysv/linux/sys/personality.h
index e81207b045..ff7c61aa52 100644
--- a/sysdeps/unix/sysv/linux/sys/personality.h
+++ b/sysdeps/unix/sysv/linux/sys/personality.h
@@ -28,7 +28,6 @@
enum
{
ADDR_NO_RANDOMIZE = 0x0040000,
- FDPIC_FUNCPTRS = 0x0080000,
MMAP_PAGE_ZERO = 0x0100000,
ADDR_LIMIT_32BIT = 0x0800000,
SHORT_INODE = 0x1000000,