aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linux-tdep.h')
-rw-r--r--gdb/linux-tdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linux-tdep.h b/gdb/linux-tdep.h
index e09a6ef..819b221 100644
--- a/gdb/linux-tdep.h
+++ b/gdb/linux-tdep.h
@@ -94,7 +94,7 @@ extern int linux_is_uclinux (void);
parse auxv entries.
On error, 0 is returned. */
-extern CORE_ADDR linux_get_hwcap (const gdb::optional<gdb::byte_vector> &auxv,
+extern CORE_ADDR linux_get_hwcap (const std::optional<gdb::byte_vector> &auxv,
struct target_ops *target, gdbarch *gdbarch);
/* Same as the above, but obtain all the inputs from the current inferior. */
@@ -105,7 +105,7 @@ extern CORE_ADDR linux_get_hwcap ();
parse auxv entries.
On error, 0 is returned. */
-extern CORE_ADDR linux_get_hwcap2 (const gdb::optional<gdb::byte_vector> &auxv,
+extern CORE_ADDR linux_get_hwcap2 (const std::optional<gdb::byte_vector> &auxv,
struct target_ops *target, gdbarch *gdbarch);
/* Same as the above, but obtain all the inputs from the current inferior. */