add directory Minix
This commit is contained in:
65
Minix/1.7.5/MANUALS/CAT2/SIGPENDI.2
Normal file
65
Minix/1.7.5/MANUALS/CAT2/SIGPENDI.2
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
SIGPENDING(2) Minix Programmer's Manual SIGPENDING(2)
|
||||
|
||||
|
||||
NAME
|
||||
sigpending - report pending signals
|
||||
|
||||
SYNOPSIS
|
||||
#include <signal.h>
|
||||
|
||||
int sigpending(sigset_t *set)
|
||||
|
||||
DESCRIPTION
|
||||
Sigpending() returns the set of signals that are waiting to be delivered.
|
||||
They are currently blocked by the signal mask.
|
||||
|
||||
SEE ALSO
|
||||
sigaction(2), sigprocmask(2), sigsuspend(2), sigset(3).
|
||||
|
||||
DIAGNOSTICS
|
||||
Returns 0 on success and -1 on error. The only possible error code is
|
||||
EFAULT for a bad set address.
|
||||
|
||||
AUTHOR
|
||||
Kees J. Bot (kjb@cs.vu.nl)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user