mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 07:20:15 +00:00
Define SI_TKILL.
This commit is contained in:
parent
4a05f4cc08
commit
c3e16ef8ed
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user