mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
merge from gcc
This commit is contained in:
@ -415,7 +415,7 @@ pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable,
|
||||
}
|
||||
|
||||
if (env)
|
||||
environ = env;
|
||||
environ = (char**) env;
|
||||
|
||||
if ((flags & PEX_SEARCH) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user