02.07.2013 Views

A/UX® Programmer's Reference Sections

A/UX® Programmer's Reference Sections

A/UX® Programmer's Reference Sections

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

sigsetops(3P) sigsetops(3P)<br />

sigfillset initializes the signal set pointed to by set so that all<br />

POSIX-defined signals are included.<br />

sigemptyset initializes the signal set pointed to by set so that<br />

all the POSIX-defined signals are excluded. Applications must<br />

call sigemptyset for each object of type sigset_t before<br />

any other use of the object<br />

sigismember tests whether the signal specified by signo is a<br />

member of the set pointed to by set.<br />

RETURN VALUE<br />

On successful completion, sigismember returns 1 if the<br />

specified signal is a member of the specified set and returns 0 if it<br />

is not On successful completion, each of the other functions returns<br />

O. For all the functions listed, if an error is detected.<br />

sigaddset, sigdelset, and sigismember returns -1 and<br />

set errno to indicate the error.<br />

ERRORS<br />

If any of the following conditions occur, the function returns -1<br />

and sets errno to the corresponding value:<br />

[EINVAL] The value of signo is not a valid signal<br />

number.<br />

[EFAULT] set is an invalid address.<br />

SEE ALSO<br />

sigaction(3P), sigpending(3P). sigprocmask(2P).<br />

sigsuspend(3P).<br />

2<br />

February, 1990<br />

RevisionC

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!