mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
ldso: add lx_environ to symbol map
This symbol must be exported to build dynamically-linked executables on the lx_hybrid_x86 base platform.
This commit is contained in:
parent
49ae508889
commit
0cd93c64aa
@ -79,6 +79,9 @@
|
||||
/* Linux */
|
||||
lx_syscall;
|
||||
|
||||
/* Linux hybrid */
|
||||
lx_environ;
|
||||
|
||||
/* Base HW */
|
||||
extern "C++" {
|
||||
Kernel::*;
|
||||
|
Loading…
Reference in New Issue
Block a user