sys/ptrace.h: add missing PTRACE_EVENT_STOP
[oweals/musl.git] / include / sys / ptrace.h
index f501ff08772ebed91b908e4f2003d2557da01acd..114185fde068cee710027dd92e76761823e4142f 100644 (file)
@@ -84,6 +84,7 @@ extern "C" {
 #define PTRACE_EVENT_VFORK_DONE 5
 #define PTRACE_EVENT_EXIT 6
 #define PTRACE_EVENT_SECCOMP 7
+#define PTRACE_EVENT_STOP 128
 
 #define PTRACE_PEEKSIGINFO_SHARED 1