_sigsuspend.c

Go to the documentation of this file.
00001 #include <lib.h>
00002 #define sigsuspend _sigsuspend
00003 #include <signal.h>
00004 
00005 PUBLIC int sigsuspend(set)
00006 _CONST sigset_t *set;
00007 {
00008   message m;
00009 
00010   m.m2_l1 = (long) *set;
00011   return(_syscall(MM, SIGSUSPEND, &m));
00012 }

Generated on Fri Apr 14 22:57:27 2006 for minix by  doxygen 1.4.6