mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
(_dl_sysdep_start) [DL_SYSDEP_INIT]: Invoke this macro before calling DL_MAIN.
This commit is contained in:
parent
8e2e98a2a9
commit
376fd36e2d
@ -76,6 +76,10 @@ _dl_sysdep_start (void **start_argptr,
|
|||||||
|
|
||||||
_dl_secure = uid != euid || gid != egid;
|
_dl_secure = uid != euid || gid != egid;
|
||||||
|
|
||||||
|
#ifdef DL_SYSDEP_INIT
|
||||||
|
DL_SYSDEP_INIT;
|
||||||
|
#endif
|
||||||
|
|
||||||
(*dl_main) (phdr, phnum, &user_entry);
|
(*dl_main) (phdr, phnum, &user_entry);
|
||||||
return user_entry;
|
return user_entry;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user