![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.2, 2008/06/03 19:22:37 | version 1.2.4.1, 2009/02/02 22:07:40 | ||
---|---|---|---|
|
|
||
sa.sa_flags = 0; | sa.sa_flags = 0; | ||
sa.sa_handler = SIG_DFL; | sa.sa_handler = SIG_DFL; | ||
(void)sigaction(SIGABRT, &sa, NULL); | (void)sigaction(SIGABRT, &sa, NULL); | ||
(void)kill(getpid(), SIGABRT); | (void)raise(SIGABRT); | ||
_exit(127); | _exit(127); | ||
} | } | ||