diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index 7726470..37fac4b 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -128,7 +128,7 @@ inf_child_follow_fork (struct target_ops *ops, int follow_child, } static int -inf_child_can_run (void) +inf_child_can_run (struct target_ops *self) { return 1; } |