apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelse

This commit is contained in:
Gregory Nutt 2015-04-09 15:53:59 -06:00
parent c49f7a8e87
commit 9ab439de6c
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@ rmdir NXrmdir
seekdir NXseekdir
select NXselect
send NXsend
sighold NXsighold
sigprocmask NXsigprocmask
sigrelse NXsigrelse
sendto NXsendto
sleep NXsleep
socket NXsocket

View File

@ -52,7 +52,7 @@
*
****************************************************************************/
int sighold(int signo)
int sigrelse(int signo)
{
sigset_t set;
int ret;