change signal handler of child thread?

change signal handler of child thread?

Post by Bruce Edg » Sat, 05 Oct 2002 06:36:15



Is this possible?
I have a lib which spawns children that don't handle SIGINT properly.
Is there some way of masking SIGINT from the child threads,
or, changing the SIGINT handler for these threads?

Thanks, Bruce.