arosc.library: Moved startup_error and startup_jmp_buf are now handled internally
commitc4bcb1cd331e8b184fe5ac7851bbf48a63d8c476
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 8 Sep 2012 14:21:08 +0000 (8 14:21 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 8 Sep 2012 14:21:08 +0000 (8 14:21 +0000)
tree2907958e5ff80b1ec5dc2d462c97c4bed2f95fca
parente7d2f37ebacf5165209a467769da96f8bace16bf
arosc.library: Moved startup_error and startup_jmp_buf are now handled internally

The public fields acud_startup_error and acud_startup_jmp_buf of aroscbase are now handled internally.
This should it make more flexible to change implementation in the future without breaking backwards compatibility.

This patch break backwards compatibility.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45750 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
13 files changed:
compiler/clib/__arosc_nixmain.c
compiler/clib/__arosc_privdata.h
compiler/clib/__arosc_startup.c
compiler/clib/__exitfunc.c
compiler/clib/__signal.c
compiler/clib/__vfork.c
compiler/clib/__vfork.h
compiler/clib/_exit.c
compiler/clib/abort.c
compiler/clib/arosc.conf
compiler/clib/arosc_startup.c
compiler/clib/exit.c
compiler/clib/include/sys/arosc.h