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-2.1.1~130^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=55684fd82245e9b0a2c4436360b2b58a23a2472a;p=mirror_lxc.git lxc-init: add comment for exclude 32 and 33 signals Signed-off-by: Long Wang --- diff --git a/src/lxc/tools/lxc_init.c b/src/lxc/tools/lxc_init.c index 07d8f1159..07ef69640 100644 --- a/src/lxc/tools/lxc_init.c +++ b/src/lxc/tools/lxc_init.c @@ -143,7 +143,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 ||