Define SI_TKILL.

This commit is contained in:
Ulrich Drepper 2003-04-21 07:27:10 +00:00
parent 4a05f4cc08
commit c3e16ef8ed

View 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. */