mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
elf: Use errcode instead of (unset) errno in rtld_chain_load
This commit is contained in:
parent
fc2334ab32
commit
f1eeef945d
@ -1143,7 +1143,7 @@ rtld_chain_load (struct link_map *main_map, char *argv0)
|
||||
rtld_soname, pathname, errname);
|
||||
else
|
||||
_dl_fatal_printf("%s: cannot execute %s: %d\n",
|
||||
rtld_soname, pathname, errno);
|
||||
rtld_soname, pathname, errcode);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user