diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ extern const char *pc_prefix (CORE_ADDR); /* See openp function definition for their description. */ #define OPF_TRY_CWD_FIRST 0x01 #define OPF_SEARCH_IN_PATH 0x02 -#define OPF_DISABLE_REALPATH 0x04 +#define OPF_RETURN_REALPATH 0x04 extern int openp (const char *, int, const char *, int, char **); |