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

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
sysdeps/unix/sysv/linux/mips/bits/siginfo.h
sysdeps/unix/sysv/linux/sparc/bits/siginfo.h
sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h

index 2fa1630b84257b03eb54757a845fd5f8234b0ad1..1e158d76c5a21e13dd47c851a0afa307d2553245 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2001-03-04  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_ASYNCNL.
+       * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
+
        * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: New file.
        Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
 
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 caab7215aa34587781b00458eb0ac886cf2b228f..fae8ad5b13c7214e3877f7b9419c6e2a4bdd62d4 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
index 51389bd04745d516712d3f5641051cf092f91475..8b0d6a97ea0eafb9c40c7bbb734e84b98836306c 100644 (file)
@@ -129,7 +129,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 035f36fafcc9577697a8af0808645e4d30c217ab..9e52fbb84961e55b60cc8a480c6104850b1eb6eb 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