02.07.2013 Views

A/UX® Programmer's Reference

A/UX® Programmer's Reference

A/UX® Programmer's Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

sigsetmask(2) sigsetmask(2)<br />

NAME<br />

sigsetmask - set current signal mask<br />

SYNOPSIS<br />

#include <br />

int sigsetmask (mask) ;<br />

int mask;<br />

sigmask (signum)<br />

int signum;<br />

DESCRIYITON<br />

sigsetmask sets the current signal mask (those signals that are<br />

blocked from delivery). Signals are blocked if the corresponding<br />

bit in mask is a 1; the macro sigmask is provided to construct<br />

the mask for a given signum.<br />

The system quietly disallows SIGKILL, SIGSTOP, or SIGCONT<br />

to be blocked.<br />

RETURN VALUE<br />

The previous set of masked signals is returned.<br />

SEE ALSO<br />

kill(2), sigvec(2), sigblock(2), sigpause(2), signal(3).<br />

February, 1990<br />

Revision C<br />

1

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

Saved successfully!

Ooh no, something went wrong!