From 71f7a3c2ce7377a6c77f46524002505b9454861b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 15 Sep 2011 13:03:13 -0400 Subject: implement ptrace syscall wrapper (untested) --- include/sys/ptrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 } -- cgit v1.2.1