2003-05-20 Guido Guenther * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: change SI_ASYNCNL to -60 and define SI_TKILL =================================================================== RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/bits/siginfo.h,v retrieving revision 1.9 diff -u -p -u -r1.9 siginfo.h --- sysdeps/unix/sysv/linux/mips/bits/siginfo.h 5 Dec 2002 00:23:59 -0000 1.9 +++ sysdeps/unix/sysv/linux/mips/bits/siginfo.h 20 May 2003 12:57:08 -0000 @@ -119,8 +119,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_MESGQ, /* Sent by real time mesq state change. */