mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 13:48:17 +00:00
Remove libc_lxip
The libc_lxip library is superceded by vfs_lwip. Fix #2960 Fix #2535
This commit is contained in:
committed by
Norman Feske
parent
db9ff821a2
commit
47c6377ac0
@ -1971,7 +1971,7 @@ struct Lxip_factory : Vfs::File_system_factory
|
||||
Lx::malloc_init(env, lx_env.heap());
|
||||
Lx::timer_init(env, lx_env.env().ep(), lx_env.heap(), &poll_all);
|
||||
Lx::event_init(env, lx_env.env().ep(), &poll_all);
|
||||
Lx::nic_client_init(env, lx_env.env().ep(), lx_env.heap(), &poll_all);
|
||||
Lx::nic_client_init(env, lx_env.heap(), &poll_all);
|
||||
|
||||
lxip_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user