We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a922ab commit 14ccee9Copy full SHA for 14ccee9
src/kernel_supplement.h
@@ -139,6 +139,14 @@ enum _ptrace_get_syscall_info_op {
139
#define NT_ARM_SYSTEM_CALL 0x404
140
#endif
141
142
+#ifndef NT_ARM_PACA_KEYS
143
+#define NT_ARM_PACA_KEYS 0x407
144
+#endif
145
+
146
+#ifndef NT_ARM_PACG_KEYS
147
+#define NT_ARM_PACG_KEYS 0x408
148
149
150
// These are defined by the include/linux/errno.h in the kernel tree.
151
// Since userspace doesn't see these errnos in normal operation, that
152
// header apparently isn't distributed with libc.
0 commit comments