The HyperNews
Linux KHG
Discussion Pages
Signals ID definitions
Forum:
The Linux Kernel Hackers' Guide
Date:
Mon, 02 Feb 1998 13:54:56 GMT
From:
Franky <>
I found recently that signal IDs, defined in src/include/asm-i386/signal.h are confused:
#define SIGABRT 6 #define SIGIOT 6
is that the right approach?