Unverified Commit 088505df by Long Wang Committed by Stéphane Graber

lxc-init: add comment for exclude 32 and 33 signals

Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
parent f374f2e2
...@@ -135,7 +135,8 @@ int main(int argc, char *argv[]) ...@@ -135,7 +135,8 @@ int main(int argc, char *argv[])
/* Exclude some signals: ILL, SEGV and BUS are likely to /* Exclude some signals: ILL, SEGV and BUS are likely to
* reveal a bug and we want a core. STOP and KILL cannot be * 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 || if (i == SIGILL ||
i == SIGSEGV || i == SIGSEGV ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment