Add support for sigsetjmp() and siglongjmp(). This implementation is build on top of setjmp() and longjmp(). sigsetjmp() in that case must be implemented as a macro otherwise we lose setjmp context. siglongjmp() is kept as inline function to satisfy the PSE52 VSX tests requirement. An alternative implementation requires writing these function in assembly code for each architecture. Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com> |
||
|---|---|---|
| .. | ||
| builtin.h | ||
| elf.h | ||
| float.h | ||
| lib.h | ||
| math.h | ||
| math32.h | ||
| setjmp.h | ||
| stdarg.h | ||
| xorshift128.h | ||