diff options
Diffstat (limited to 'gdb/common/linux-btrace.h')
-rw-r--r-- | gdb/common/linux-btrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/linux-btrace.h b/gdb/common/linux-btrace.h index a97b697..12e9b60 100644 --- a/gdb/common/linux-btrace.h +++ b/gdb/common/linux-btrace.h @@ -62,7 +62,7 @@ struct btrace_target_info }; /* See to_supports_btrace in target.h. */ -extern int linux_supports_btrace (void); +extern int linux_supports_btrace (struct target_ops *); /* See to_enable_btrace in target.h. */ extern struct btrace_target_info *linux_enable_btrace (ptid_t ptid); |