am 371b6dbe: Merge "ptrace(3) should be varargs"
* commit '371b6dbef621f318b1d94b59b8472b3aeaae9dcf': ptrace(3) should be varargs
This commit is contained in:
@@ -38,7 +38,7 @@ __BEGIN_DECLS
|
||||
#define PTRACE_POKEUSER PTRACE_POKEUSR
|
||||
#define PTRACE_PEEKUSER PTRACE_PEEKUSR
|
||||
|
||||
extern long ptrace(int request, pid_t pid, void *addr, void *data);
|
||||
extern long ptrace(int request, ...);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user