ptrace(3) should be varargs
See bionic 98b088dce70a2625d5cfa1872e427af5f06bfd99 Change-Id: I9e1993aa41fb8309beb1d653d48c5aacad44e4cd
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