]> git.sesse.net Git - vlc/commit
signals: ignore SIGHUP if its handler is SIG_IGN
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 8 Dec 2009 21:13:39 +0000 (23:13 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 8 Dec 2009 21:13:39 +0000 (23:13 +0200)
commit7faec405d0b22f43e729e4fecac1302cbbe03015
tree64eb2cc6e50d84408422b60b466abe3f9ea29778
parent6f8cdd0f826a12a1dc10c741222c2a6299a01d7f
signals: ignore SIGHUP if its handler is SIG_IGN

This works around GNU coreutils nohup not working with VLC.

Pointed-out-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
modules/control/signals.c