aboutsummaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/include/sys/exec_elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/sys/exec_elf.h b/libc/include/sys/exec_elf.h
index 03bbdac5e..eecbd647a 100644
--- a/libc/include/sys/exec_elf.h
+++ b/libc/include/sys/exec_elf.h
@@ -130,4 +130,6 @@
#define STT_LOPROC 13 /* reserved range for processor */
#define STT_HIPROC 15 /* specific symbol types */
+#define PT_GNU_RELRO 0x6474e552 /* Read-only post relocation */
+
#endif /* _SYS_EXEC_ELF_H_ */