diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 46e3dbf..90638e2 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -376,7 +376,8 @@ delete_lwp_cleanup (void *lp_voidp) } static int -linux_child_follow_fork (struct target_ops *ops, int follow_child) +linux_child_follow_fork (struct target_ops *ops, int follow_child, + int detach_fork) { int has_vforked; int parent_pid, child_pid; |