Prevent kill signals to childs

Hi, i have the this problem, i have process opened with open3, and i use waitpid in threads to determine if ends, but when i send a SIGINT (Control-C) the signal propagates to the childs, i need control this signal and prevent the propagation of the signal to childs, how i can do that??? Cheers: Felipe