1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 04:31:45 +02:00
libunwind-eh_elf/src/setjmp
Konstantin Belousov 59328832f7 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86.
On FreeBSD, _NSIG is at least 128, so just pass a pointer to the
signal mask in the register.
Add my copyright.
2012-02-05 11:47:47 +02:00
..
longjmp.c Fix compilation on non-glibc machines. 2011-11-30 21:59:09 -08:00
setjmp.c Rename: src/setjmp.c -> src/setjmp/setjmp.c 2005-05-03 09:13:17 +00:00
setjmp_i.h Fix missed merge on setjmp_i.h and siglongjmp.c. 2006-07-26 15:21:52 -06:00
siglongjmp.c Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. 2012-02-05 11:47:47 +02:00
sigsetjmp.c Rename: src/sigsetjmp.c -> src/setjmp/sigsetjmp.c 2005-05-03 09:13:17 +00:00