2002-03-21 17:21:57

by Chris Meadors

[permalink] [raw]
Subject: [PATCH] Needed to get 2.5.7 to compile and link on Alpha [6/10]

Wow, another one liner, should have been updated with the i386 header.

-Chris


--- linux-2.5.7/include/asm-alpha/siginfo.h~ Wed Mar 20 05:07:16 2002
+++ linux-2.5.7/include/asm-alpha/siginfo.h Wed Mar 20 08:10:44 2002
@@ -108,6 +108,7 @@
#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_DETHREAD -7 /* sent by execve() killing subsidiary threads */

#define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)
#define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0)