LibC: Implement {sig,_,}{longjmp,setjmp}
This commit is contained in:
@@ -13,6 +13,7 @@ set(LIBC_SOURCES
|
||||
printf_impl.cpp
|
||||
pwd.cpp
|
||||
scanf_impl.cpp
|
||||
setjmp.cpp
|
||||
signal.cpp
|
||||
stdio.cpp
|
||||
stdlib.cpp
|
||||
@@ -32,6 +33,8 @@ set(LIBC_SOURCES
|
||||
unistd.cpp
|
||||
icxxabi.cpp
|
||||
|
||||
arch/${BANAN_ARCH}/setjmp.S
|
||||
|
||||
../../../BAN/BAN/Assert.cpp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user