diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index f5992bb..1878272 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -118,7 +118,8 @@ inf_child_post_startup_inferior (ptid_t ptid) } static int -inf_child_follow_fork (struct target_ops *ops, int follow_child) +inf_child_follow_fork (struct target_ops *ops, int follow_child, + int detach_fork) { /* This version of Unix doesn't support following fork or vfork events. */ |