Searched defs:PROT_READ (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/bits/ | ||
D | mman.h | 33 #define PROT_READ 0x04 /* Pages can be read. */ macro |
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ | ||
D | mman-linux.h | 32 #define PROT_READ 0x1 /* Page can be read. */ macro |