mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
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:
parent
bfd9c48039
commit
8605e15b4f
@ -922,7 +922,8 @@ _ZN4Libc19Select_handler_baseC1Ev T
|
|||||||
_ZN4Libc19Select_handler_baseC2Ev T
|
_ZN4Libc19Select_handler_baseC2Ev T
|
||||||
_ZN4Libc19Select_handler_baseD1Ev T
|
_ZN4Libc19Select_handler_baseD1Ev T
|
||||||
_ZN4Libc19Select_handler_baseD2Ev T
|
_ZN4Libc19Select_handler_baseD2Ev T
|
||||||
|
_ZN4Libc10resume_allEv T
|
||||||
|
_ZN4Libc7suspendERNS_15Suspend_functorEm T
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libc plugin interface
|
# Libc plugin interface
|
||||||
|
@ -18,6 +18,7 @@ include:
|
|||||||
cp -r $(PORT_DIR)/include/* $@/
|
cp -r $(PORT_DIR)/include/* $@/
|
||||||
cp -r $(REP_DIR)/include/libc $@/
|
cp -r $(REP_DIR)/include/libc $@/
|
||||||
cp -r $(REP_DIR)/include/libc-genode $@/
|
cp -r $(REP_DIR)/include/libc-genode $@/
|
||||||
|
cp $(REP_DIR)/src/lib/libc/task.h $@/libc/
|
||||||
|
|
||||||
content: LICENSE
|
content: LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user