<sys/ptrace.h>

Change-Id: Ib930c661c1e6de05b2e0d5fce4ffc1ae2269fc6a
This commit is contained in:
Ben Gras
2013-12-10 18:18:13 +01:00
committed by Lionel Sambuc
parent f4f382d8c0
commit 9c031c9d7f
8 changed files with 453 additions and 48 deletions

View File

@@ -9,7 +9,7 @@
__weak_alias(ptrace, _ptrace)
#endif
long ptrace(int req, pid_t pid, long addr, long data)
int ptrace(int req, pid_t pid, void *addr, int data)
{
message m;