]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define SI_ASYNCNL.
authorUlrich Drepper <drepper@redhat.com>
Sun, 4 Mar 2001 19:28:52 +0000 (19:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 4 Mar 2001 19:28:52 +0000 (19:28 +0000)
sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
sysdeps/unix/sysv/linux/mips/bits/siginfo.h

index 25360a1e1914bace59034816e0c4dc6dd1a91924..6e1634080ec897d1f9a6170e0f325d6514c74ba3 100644 (file)
@@ -127,7 +127,9 @@ typedef struct siginfo
    signals.  */
 enum
 {
-  SI_SIGIO = -5,               /* Sent by queued SIGIO. */
+  SI_ASYNCNL = -6,             /* Sent by asynch name lookup completion.  */
+# define SI_ASYNCNL    SI_ASYNCNL
+  SI_SIGIO,                    /* Sent by queued SIGIO. */
 # define SI_SIGIO      SI_SIGIO
   SI_ASYNCIO,                  /* Sent by AIO completion.  */
 # define SI_ASYNCIO    SI_ASYNCIO
index 03f5b3e172c4e715b941a76413c7c81f3012fa9f..6e6f70b8ae506511d89d087f37bc5cb20d0cb3e7 100644 (file)
@@ -119,7 +119,9 @@ typedef struct siginfo
    signals.  */
 enum
 {
-  SI_SIGIO = -5,               /* Sent by queued SIGIO. */
+  SI_ASYNCNL = -6,             /* Sent by asynch name lookup completion.  */
+# define SI_ASYNCNL    SI_ASYNCNL
+  SI_SIGIO,                    /* Sent by queued SIGIO. */
 # define SI_SIGIO      SI_SIGIO
   SI_MESGQ,                    /* Sent by real time mesq state change.  */
 # define SI_MESGQ      SI_MESGQ