diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-07 17:42:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-07 17:42:24 +0000 |
commit | 1765abb3093df210e30b4d06dd42c3a50c13a31a (patch) | |
tree | 31eb7ab25b7022573bb5b13a5dd7cd25cb91c736 /sysdeps | |
parent | 115a53273470d80fd7f753c6f2cc318782d5c43b (diff) | |
download | glibc-1765abb3093df210e30b4d06dd42c3a50c13a31a.zip glibc-1765abb3093df210e30b4d06dd42c3a50c13a31a.tar.gz glibc-1765abb3093df210e30b4d06dd42c3a50c13a31a.tar.bz2 |
* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/personality.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/personality.h b/sysdeps/unix/sysv/linux/sys/personality.h index ff7c61a..a53a4ee 100644 --- a/sysdeps/unix/sysv/linux/sys/personality.h +++ b/sysdeps/unix/sysv/linux/sys/personality.h @@ -29,6 +29,8 @@ enum { ADDR_NO_RANDOMIZE = 0x0040000, MMAP_PAGE_ZERO = 0x0100000, + ADDR_COMPAT_LAYOUT = 0x0200000, + READ_IMPLIES_EXEC = 0x0400000, ADDR_LIMIT_32BIT = 0x0800000, SHORT_INODE = 0x1000000, WHOLE_SECONDS = 0x2000000, |