Autodoc corrections
[cake.git] / compiler / clib / sigpending.c
blob0556aaf2b04dea489b46466f46e46478a4f52b81
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
5 ANSI C function sigpending().
6 */
8 #include <aros/debug.h>
10 /*****************************************************************************
12 NAME */
14 #include <signal.h>
16 int sigpending (
18 /* SYNOPSIS */
19 sigset_t *set)
21 /* FUNCTION
23 INPUTS
25 RESULT
27 NOTES
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 # warning Implement sigpending()
40 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
42 return -1;
43 } /* sigpending */