2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function sigprocmask().
8 #include <aros/debug.h>
11 /*****************************************************************************
25 Allow the caller to examine or change (or both) the
26 signal mask of the calling thread.
43 ******************************************************************************/
45 /* TODO: Implement sigprocmask() */
46 AROS_FUNCTION_NOT_IMPLEMENTED("posixc");