diff options
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r-- | gdb/inf-ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 78892aa..07ebb9d 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -44,7 +44,7 @@ static struct target_ops *ptrace_ops_hack; #ifdef PT_GET_PROCESS_STATE static int -inf_ptrace_follow_fork (int follow_child) +inf_ptrace_follow_fork (struct target_ops *ops, int follow_child) { pid_t pid, fpid; ptrace_state_t pe; |