]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/common/common-defs.h
Create new common/pathstuff.[ch]
[thirdparty/binutils-gdb.git] / gdb / common / common-defs.h
index acbc32ca69cb9359a7cf1f694af521679401096d..881a4eaaffceb4183446a2cb1c272fbcadfcaadd 100644 (file)
@@ -91,4 +91,7 @@
 /* Pull in gdb::unique_xmalloc_ptr.  */
 #include "common/gdb_unique_ptr.h"
 
+/* String containing the current directory (what getwd would return).  */
+extern char *current_directory;
+
 #endif /* COMMON_DEFS_H */