blob: 4a88ea1b85105621b117ac0823713f6af62f69c6 [file] [log] [blame]
<assertions>
<assertion id="1" tag="ref:XSH6:41954:41954 pt:XSI">
The sigrelse () function removes a signal sig from the signal mask of
the calling process.
</assertion>
<assertion id="2" tag="ref:XSH6:41970:41971 pt:XSI">
sigrelse will return 0 upon successful completion.
</assertion>
<assertion id="3" tag="ref:XSH6:41973:41974 pt:XSI">
If the function is passed an illegal signal number, then errno will be set
to [EINVAL], and sigrelse() will
return -1.
</assertion>
</assertions>