summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/siginfo.h')
-rw-r--r--include/asm-m68k/siginfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/siginfo.h b/include/asm-m68k/siginfo.h
index f6799d2b1..4061e6f72 100644
--- a/include/asm-m68k/siginfo.h
+++ b/include/asm-m68k/siginfo.h
@@ -87,6 +87,7 @@ typedef struct siginfo {
#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)