mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +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:
committed by
Christian Helmuth
parent
49ae508889
commit
0cd93c64aa
@ -79,6 +79,9 @@
|
|||||||
/* Linux */
|
/* Linux */
|
||||||
lx_syscall;
|
lx_syscall;
|
||||||
|
|
||||||
|
/* Linux hybrid */
|
||||||
|
lx_environ;
|
||||||
|
|
||||||
/* Base HW */
|
/* Base HW */
|
||||||
extern "C++" {
|
extern "C++" {
|
||||||
Kernel::*;
|
Kernel::*;
|
||||||
|
Reference in New Issue
Block a user