2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Free child task information on a dead child.
7 #include "exec_intern.h"
10 #include <proto/exec.h>
12 /*****************************************************************************
16 AROS_LH1(void, ChildFree
,
19 AROS_LHA(ULONG
, tid
, D0
),
22 struct ExecBase
*, SysBase
, 123, Exec
)
25 Clean up after a child process.
28 tid -- Id of the child to clean up. This is not the same as
32 The child will be freed.
35 This function will work correctly only for child tasks that are
36 processes created with NP_NotifyOnDeath set to TRUE.
38 Calling ChildFree() on a running child is likely to crash your
49 *****************************************************************************/
59 Remove((struct Node
*)et
);