add siglingjmp/sigsetjmp to posixc. just use the same code as the stdc longjmp/setjmp...
commitb1cc772492b5da887b1eb2496e3ab3dc667de1d2
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 11 Feb 2015 02:31:29 +0000 (11 02:31 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 11 Feb 2015 02:31:29 +0000 (11 02:31 +0000)
tree014141452713c082a76e848c9a1396c41392cc48
parent63d695a2e8630dfbffa0b39a685b9013066126d9
add siglingjmp/sigsetjmp to posixc. just use the same code as the stdc longjmp/setjmp for now.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50065 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
20 files changed:
arch/arm-all/posixc/mmakefile.src
arch/arm-all/posixc/siglongjmp.s [new file with mode: 0644]
arch/arm-all/posixc/sigsetjmp.s [new file with mode: 0644]
arch/i386-all/posixc/mmakefile.src
arch/i386-all/posixc/siglongjmp.s [new file with mode: 0644]
arch/i386-all/posixc/sigsetjmp.s [new file with mode: 0644]
arch/m68k-all/posixc/mmakefile.src
arch/m68k-all/posixc/siglongjmp.s [new file with mode: 0644]
arch/m68k-all/posixc/sigsetjmp.s [new file with mode: 0644]
arch/ppc-all/posixc/mmakefile.src
arch/ppc-all/posixc/siglongjmp.s [new file with mode: 0644]
arch/ppc-all/posixc/sigsetjmp.s [new file with mode: 0644]
arch/x86_64-all/posixc/mmakefile.src
arch/x86_64-all/posixc/siglongjmp.s [new file with mode: 0644]
arch/x86_64-all/posixc/sigsetjmp.s [new file with mode: 0644]
compiler/posixc/include/aros/posixc/setjmp.h
compiler/posixc/mmakefile.src
compiler/posixc/posixc.conf
compiler/posixc/siglongjmp.c [new file with mode: 0644]
compiler/posixc/sigsetjmp.c [new file with mode: 0644]