diff options
Diffstat (limited to 'gdb/obsd-nat.h')
-rw-r--r-- | gdb/obsd-nat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/obsd-nat.h b/gdb/obsd-nat.h index 1f74b99..5ebbf61 100644 --- a/gdb/obsd-nat.h +++ b/gdb/obsd-nat.h @@ -35,9 +35,10 @@ class obsd_nat_target : public inf_ptrace_target int remove_fork_catchpoint (int) override; - void post_startup_inferior (ptid_t) override; - void post_attach (int) override; + +protected: + void post_startup_inferior (ptid_t) override; }; #endif /* obsd-nat.h */ |