diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 86d7bb7..be94803 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -3452,8 +3452,8 @@ procfs_create_inferior (exec_file, allargs, env) char *p; char *p1; - /* FIXME-maybe: might want "set path" command to replace putenv hack - in set_in_environ. */ + /* FIXME-maybe: might want "set path" command so user can change what + path is used from within GDB. */ char *path = getenv ("PATH"); int len; struct stat statbuf; |