mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 22:59:29 +00:00
osdep: Create qemu_getauxval and qemu_init_auxval
Abstract away dependence on a system implementation of getauxval. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
@ -3701,6 +3701,7 @@ int main(int argc, char **argv, char **envp)
|
||||
|
||||
module_call_init(MODULE_INIT_QOM);
|
||||
|
||||
qemu_init_auxval(envp);
|
||||
qemu_cache_utils_init(envp);
|
||||
|
||||
if ((envlist = envlist_create()) == NULL) {
|
||||
|
Reference in New Issue
Block a user