diff options
Diffstat (limited to 'gdb/lynx-nat.c')
-rw-r--r-- | gdb/lynx-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/lynx-nat.c b/gdb/lynx-nat.c index 95a3d91..b7bc824 100644 --- a/gdb/lynx-nat.c +++ b/gdb/lynx-nat.c @@ -649,7 +649,7 @@ child_wait (pid, ourstatus) { int realsig; - realsig = ptrace (PTRACE_GETTRACESIG, pid, 0); + realsig = ptrace (PTRACE_GETTRACESIG, pid, (PTRACE_ARG3_TYPE)0, 0); if (realsig == SIGNEWTHREAD) { |