mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
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); });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user