Subj : Re: asynchronous signal handling To : comp.programming.threads From : AlterX Date : Thu Jul 14 2005 02:29 pm divijbhatt@gmail.com wrote: > Hi, > Can anybody tell me how can i block the asynchronous signal [cut] for hold a signal, you must use: sigsuspend(), sigprocmask(). to release use sigsuspend(0) .