The HyperNews Linux KHG Discussion Pages

Question: Signals ID definitions

Forum: The Linux Kernel Hackers' Guide
Date: Mon, 02 Feb 1998 13:54:56 GMT
From: Franky <[email protected]>

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?