patch-2.1.117 linux/include/asm-alpha/siginfo.h

Next file: linux/include/asm-arm/fcntl.h
Previous file: linux/include/asm-alpha/fcntl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.116/linux/include/asm-alpha/siginfo.h linux/include/asm-alpha/siginfo.h
@@ -87,6 +87,7 @@
 #define SI_TIMER	-2	/* sent by timer expiration */
 #define SI_MESGQ	-3	/* sent by real time mesq state change */
 #define SI_ASYNCIO	-4	/* sent by AIO completion */
+#define SI_SIGIO	-5	/* sent by queued SIGIO */
 
 #define SI_FROMUSER(siptr)	((siptr)->si_code <= 0)
 #define SI_FROMKERNEL(siptr)	((siptr)->si_code > 0)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov