mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
Remove Pd_session::Native_pd definition from API
This type can be a forward declaration in the public API because its definition is required only in kernel-specific code. Fixes #3979
This commit is contained in:
@ -82,8 +82,7 @@ Child::Process::Process(Type type,
|
||||
|
||||
pd.assign_parent(parent_cap);
|
||||
|
||||
Linux_native_pd_client
|
||||
lx_pd(static_cap_cast<Linux_native_pd>(pd.native_pd()));
|
||||
Linux_native_pd_client lx_pd(pd.native_pd());
|
||||
|
||||
lx_pd.start(ldso_ds);
|
||||
}
|
||||
|
Reference in New Issue
Block a user