From: Long Wang Date: Wed, 5 Jul 2017 02:53:02 +0000 (+0800) Subject: lxc-init: add comment for exclude 32 and 33 signals X-Git-Tag: lxc-1.0.11~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088505dfa4b15f64151081cb98d0eabc6182939c;p=thirdparty%2Flxc.git lxc-init: add comment for exclude 32 and 33 signals Signed-off-by: Long Wang --- diff --git a/src/lxc/lxc_init.c b/src/lxc/lxc_init.c index 21c227ca5..7ec8a0def 100644 --- a/src/lxc/lxc_init.c +++ b/src/lxc/lxc_init.c @@ -135,7 +135,8 @@ int main(int argc, char *argv[]) /* Exclude some signals: ILL, SEGV and BUS are likely to * reveal a bug and we want a core. STOP and KILL cannot be - * handled anyway: they're here for documentation. + * handled anyway: they're here for documentation. 32 and 33 + * are not defined. */ if (i == SIGILL || i == SIGSEGV ||