LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   signal handlers (https://www.linuxquestions.org/questions/linux-newbie-8/signal-handlers-625870/)

begi 03-05-2008 06:33 AM

signal handlers
 
must signal handlers be always of the type

void sighand(void) {...}

????

thanks.
begi

jiml8 03-05-2008 08:28 AM

No.

They must always be of the type void sighand(int){}.


All times are GMT -5. The time now is 03:39 PM.