Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv27845
Modified Files:
siginfo.h
Log Message:
get 2.4.19 building
Index: siginfo.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/siginfo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- siginfo.h 18 Jan 2001 18:49:49 -0000 1.2
+++ siginfo.h 21 Sep 2003 13:26:52 -0000 1.3
@@ -109,6 +109,7 @@
#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_TKILL -6 /* sent by tkill system call */
#define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)
#define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0)
|