2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_PERSONALITY_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_PERSONALITY_H_
|
|
|
|
|
2022-05-23 17:15:53 +00:00
|
|
|
#define ADDR_COMPAT_LAYOUT 0x0200000
|
|
|
|
#define READ_IMPLIES_EXEC 0x0400000
|
|
|
|
#define ADDR_LIMIT_3GB 0x8000000
|
|
|
|
#define FDPIC_FUNCPTRS 0x0080000
|
|
|
|
#define STICKY_TIMEOUTS 0x4000000
|
|
|
|
#define MMAP_PAGE_ZERO 0x0100000
|
|
|
|
#define ADDR_LIMIT_32BIT 0x0800000
|
|
|
|
#define WHOLE_SECONDS 0x2000000
|
|
|
|
#define ADDR_NO_RANDOMIZE 0x0040000
|
|
|
|
#define SHORT_INODE 0x1000000
|
|
|
|
#define UNAME26 0x0020000
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_PERSONALITY_H_ */
|