2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
5 Desc: support function for the detach.o startup file.
6 Probably this is not the right place where to keep it,
7 but it has to stay in a library, and making a library
8 just for this file seemed overkill to me.
13 int __detached_manages_detach
= 1;
15 extern LONG __detached_return_value
;
16 extern struct Process
*__detacher_process
;
17 extern void __Detach(LONG retval
);