diff options
Diffstat (limited to 'gdbsupport/pathstuff.h')
-rw-r--r-- | gdbsupport/pathstuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/pathstuff.h b/gdbsupport/pathstuff.h index 50e388a..04d9bf9 100644 --- a/gdbsupport/pathstuff.h +++ b/gdbsupport/pathstuff.h @@ -53,7 +53,7 @@ extern gdb::unique_xmalloc_ptr<char> If CURRENT_DIRECTORY is NULL, this function returns a copy of PATH. */ -extern gdb::unique_xmalloc_ptr<char> gdb_abspath (const char *path); +extern std::string gdb_abspath (const char *path); /* If the path in CHILD is a child of the path in PARENT, return a pointer to the first component in the CHILD's pathname below the |