aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r--gdb/fbsd-nat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h
index 7016cc0..8118408 100644
--- a/gdb/fbsd-nat.h
+++ b/gdb/fbsd-nat.h
@@ -20,7 +20,7 @@
#ifndef FBSD_NAT_H
#define FBSD_NAT_H
-#include "gdbsupport/gdb_optional.h"
+#include <optional>
#include "inf-ptrace.h"
#include "regcache.h"
#include "regset.h"
@@ -262,7 +262,7 @@ private:
FILTER. If there is a matching event, the event is removed from
the pending list and returned. */
- gdb::optional<pending_event> take_pending_event (ptid_t filter);
+ std::optional<pending_event> take_pending_event (ptid_t filter);
/* List of pending events. */