]> git.sesse.net Git - vlc/commit
Force SIGCHLD to default handler
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 27 May 2010 15:46:47 +0000 (18:46 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 27 May 2010 15:48:21 +0000 (18:48 +0300)
commit94763831fb59701a30f7e55c8ce9258ddbeeff18
tree353f365c8757cfb59f07d853a8a02970fa39e4f2
parent1c02d8d5ddb2ee9f470e65d46a235be14324b810
Force SIGCHLD to default handler

... so that waitpid() works even if our parent process ignores SIGCHLD
(SIG_IGN is preserved across exec*()).
bin/vlc.c