Open
Description
Currently, libc components that spawn further entrypoints for handling Genode-native interaction crudely use Libc::pthread_create_from_thread
, which is a private libc utility. Providing Libc::Entrypoint
in libc/component.h and adapting vbox5/6 cleans up this situation and enables regular use of the feature in third-party components.