mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
parent
89a38723bd
commit
5f5d709c07
@ -43,11 +43,6 @@ namespace Libc {
|
||||
* XXX this function is solely needed to support noux fork mechanism
|
||||
*/
|
||||
void schedule_suspend(void (*) ());
|
||||
|
||||
/**
|
||||
* Access libc configuration Xml_node.
|
||||
*/
|
||||
Xml_node libc_config();
|
||||
}
|
||||
|
||||
#endif /* _LIBC__INTERNAL__LEGACY_H_ */
|
||||
|
@ -35,9 +35,3 @@ void Libc::schedule_suspend(void (*suspended) ())
|
||||
{
|
||||
Kernel::kernel().schedule_suspend(suspended);
|
||||
}
|
||||
|
||||
|
||||
Genode::Xml_node Libc::libc_config()
|
||||
{
|
||||
return Kernel::kernel().libc_env().libc_config();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user