implement ptrace syscall wrapper (untested)
[musl] / include / sys / ptrace.h
index 0459d1b..d7e8c76 100644 (file)
@@ -69,7 +69,7 @@ extern "C" {
 #define PTRACE_EVENT_VFORK_DONE 5
 #define PTRACE_EVENT_EXIT 6
 
-long int ptrace(int, ...);
+long ptrace(int, ...);
 
 #ifdef __cplusplus
 }