compiler/clib: #error if not cpu specific implementation of setjmp(), longjmp(),...
commitbc0a7c3a14a01482c3bba489619b6911a565e920
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 19 Feb 2012 22:15:17 +0000 (19 22:15 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 19 Feb 2012 22:15:17 +0000 (19 22:15 +0000)
treefd85b5623adfe2e0cf85b3729ab322672c77bd56
parent3540ab0a06262ea6e1b2c983693eb7be9de001d0
compiler/clib: #error if not cpu specific implementation of setjmp(), longjmp(), vfork() or vfork_longjmp() is present

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44119 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/longjmp.c [new file with mode: 0644]
compiler/clib/setjmp.c [new file with mode: 0644]
compiler/clib/vfork.c [new file with mode: 0644]
compiler/clib/vfork_longjmp.c [new file with mode: 0644]