]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Remove the FreeSWITCH core handler for SIG_CHLD.
authorWilliam King <william.king@quentustech.com>
Tue, 17 Feb 2015 17:22:34 +0000 (09:22 -0800)
committerWilliam King <william.king@quentustech.com>
Tue, 17 Feb 2015 17:22:34 +0000 (09:22 -0800)
commitf4a6e6e363b071ed21fc941f90b46900a74b86d0
tree688ef993c2ffb0c1494fcab1944aeef3bdfae506
parent302a339fdffa175c5ca41a83e0e4cf96ca87b4c9
Remove the FreeSWITCH core handler for SIG_CHLD.

This does not appear to be needed any longer, and while this is in
place a dependent library that tries to start a child process will
hang waiting on the SIG_CHLD signal that the FreeSWITCH core 'ate'.

FS-7250 #resolve
src/switch.c
src/switch_core.c