libc: add suspend and resume_all to symbol map

This commit enables the pthread library to hook into the libc execution
model and can be reverted after #2812 is fixed.

Issue #2791
This commit is contained in:
Sebastian Sumpf 2018-01-10 14:38:37 +01:00 committed by Christian Helmuth
parent bfd9c48039
commit 8605e15b4f
2 changed files with 3 additions and 1 deletions

View File

@ -922,7 +922,8 @@ _ZN4Libc19Select_handler_baseC1Ev T
_ZN4Libc19Select_handler_baseC2Ev T
_ZN4Libc19Select_handler_baseD1Ev T
_ZN4Libc19Select_handler_baseD2Ev T
_ZN4Libc10resume_allEv T
_ZN4Libc7suspendERNS_15Suspend_functorEm T
#
# Libc plugin interface

View File

@ -18,6 +18,7 @@ include:
cp -r $(PORT_DIR)/include/* $@/
cp -r $(REP_DIR)/include/libc $@/
cp -r $(REP_DIR)/include/libc-genode $@/
cp $(REP_DIR)/src/lib/libc/task.h $@/libc/
content: LICENSE