X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdbsupport%2Fcommon-inferior.h;h=0ee554e7ad08a954f0a4e7db3e4ff433837cb15e;hb=d9fa87f4f6e732f5feb41f2fa7dc6faddb1fb627;hp=77d4ad93d3569197b621fa9533039947cc10b8c7;hpb=80fd2826411c1033ec403658c5f3187bf9c1740a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbsupport/common-inferior.h b/gdb/gdbsupport/common-inferior.h index 77d4ad93d3..0ee554e7ad 100644 --- a/gdb/gdbsupport/common-inferior.h +++ b/gdb/gdbsupport/common-inferior.h @@ -28,7 +28,7 @@ extern const char *get_exec_wrapper (); /* Return the name of the executable file as a string. ERR nonzero means get error if there is none specified; otherwise return 0 in that case. */ -extern char *get_exec_file (int err); +extern const char *get_exec_file (int err); /* Return the inferior's current working directory. If nothing has been set, then return NULL. */