Define SI_TKILL.
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 Apr 2003 07:27:10 +0000 (07:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 Apr 2003 07:27:10 +0000 (07:27 +0000)
sysdeps/unix/sysv/linux/alpha/bits/siginfo.h

index 446394f..a2aacc0 100644 (file)
@@ -122,8 +122,10 @@ typedef struct siginfo
    signals.  */
 enum
 {
-  SI_ASYNCNL = -6            /* Sent by asynch name lookup completion.  */
+  SI_ASYNCNL = -60,            /* Sent by asynch name lookup completion.  */
 # define SI_ASYNCNL    SI_ASYNCNL
+  SI_TKILL = -6,               /* Sent by tkill.  */
+# define SI_TKILL      SI_TKILL
   SI_SIGIO,                    /* Sent by queued SIGIO. */
 # define SI_SIGIO      SI_SIGIO
   SI_ASYNCIO,                  /* Sent by AIO completion.  */