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:
Norman Feske 2015-07-03 11:58:05 +02:00 committed by Christian Helmuth
parent 49ae508889
commit 0cd93c64aa

View File

@ -79,6 +79,9 @@
/* Linux */
lx_syscall;
/* Linux hybrid */
lx_environ;
/* Base HW */
extern "C++" {
Kernel::*;