diff options
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index 3fb502c..34d7e6d 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -85,7 +85,7 @@ public: #endif #ifdef TDP_RFPPWAIT - void follow_fork (ptid_t, target_waitkind, bool, bool) override; + void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override; int insert_fork_catchpoint (int) override; int remove_fork_catchpoint (int) override; |