| cvs.gedasymbols.org/djgpp/doc/libc/libc_719.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <signal.h> int sigdelset (sigset_t *set, int signo)  | 
This function removess the individual signal specified by signo from the set of signals pointed to by set.
0 upon success, -1 if set is a NULL pointer, or if signo is specifies an unknown signal.
| ANSI/ISO C | No | 
| POSIX | 1003.2-1992; 1003.1-2001 | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |