diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-26 15:26:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-26 15:26:05 +0000 |
commit | 1ad68780b74e666944fdade5d4fcc9156cf9c12e (patch) | |
tree | d5f0781cbbac4faf7ef34c87c624ecee46390881 /sysdeps/unix/sysv/linux | |
parent | d2708e67c097cc29f996da5f02bc17aacc62ca79 (diff) | |
download | glibc-1ad68780b74e666944fdade5d4fcc9156cf9c12e.tar.gz glibc-1ad68780b74e666944fdade5d4fcc9156cf9c12e.tar.xz glibc-1ad68780b74e666944fdade5d4fcc9156cf9c12e.zip |
No need for FDPIC_FUNCPTRS.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/personality.h | 1 |
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, |