diff options
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index 477257b..3ceefc1 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -252,7 +252,7 @@ extern struct cleanup *make_bpstat_clear_actions_cleanup (void); /* Path utilities. */ -extern char *gdb_realpath (const char *); +extern gdb::unique_xmalloc_ptr<char> gdb_realpath (const char *); extern gdb::unique_xmalloc_ptr<char> gdb_realpath_keepfile (const char *); |