2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function sigaction().
8 #include <aros/debug.h>
11 /*****************************************************************************
20 const struct sigaction
*act
,
21 struct sigaction
*oldact
)
40 ******************************************************************************/
42 /* TODO: Implement sigaction() */
43 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");