about summary refs log tree commit diff
path: root/include/sys/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/ptrace.h')
-rw-r--r--include/sys/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/ptrace.h b/include/sys/ptrace.h
index 0459d1b6..d7e8c76e 100644
--- a/include/sys/ptrace.h
+++ b/include/sys/ptrace.h
@@ -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
 }