mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
c509cabdba
commit
e90d21c9ab
@ -255,4 +255,7 @@ struct Main
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
void Libc::Component::construct(Libc::Env &env) { static Main server(env); }
|
void Libc::Component::construct(Libc::Env &env)
|
||||||
|
{
|
||||||
|
Libc::with_libc([&] () { static Main server(env); });
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user