remove hand-written crt1.s and Scrt1.s files for all archs
[musl] / include / sys / ptrace.h
index 6cd3afd..a133e66 100644 (file)
@@ -37,6 +37,8 @@ extern "C" {
 #define PTRACE_INTERRUPT 0x4207
 #define PTRACE_LISTEN 0x4208
 #define PTRACE_PEEKSIGINFO 0x4209
+#define PTRACE_GETSIGMASK 0x420a
+#define PTRACE_SETSIGMASK 0x420b
 
 #define PT_READ_I PTRACE_PEEKTEXT
 #define PT_READ_D PTRACE_PEEKDATA