diff options
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 9bb4389..e02611f 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -88,6 +88,7 @@ public: bool supports_non_stop () override; bool always_non_stop_p () override; + int async_wait_fd () override; void async (int) override; void close () override; |