tags:

views:

172

answers:

2

After my system call has returned because it was interrupted by a signal, is there a way to determine exactly which signal type (i.e. child process termination) caused the interruption?

+2  A: 

You need to set an handler. Have a look here.

jldupont
+3  A: 
Nikolai N Fetissov