mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* 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.
This commit is contained in:
parent
3bde1a69c1
commit
bd575f16b4
@ -1,5 +1,11 @@
|
|||||||
2001-03-04 Ulrich Drepper <drepper@redhat.com>
|
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.
|
* sysdeps/ieee754/ldbl-96/e_lgammal_r.c: New file.
|
||||||
Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
|
Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
|
||||||
|
|
||||||
|
@ -127,7 +127,9 @@ typedef struct siginfo
|
|||||||
signals. */
|
signals. */
|
||||||
enum
|
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
|
# define SI_SIGIO SI_SIGIO
|
||||||
SI_ASYNCIO, /* Sent by AIO completion. */
|
SI_ASYNCIO, /* Sent by AIO completion. */
|
||||||
# define SI_ASYNCIO SI_ASYNCIO
|
# define SI_ASYNCIO SI_ASYNCIO
|
||||||
|
@ -127,7 +127,9 @@ typedef struct siginfo
|
|||||||
signals. */
|
signals. */
|
||||||
enum
|
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
|
# define SI_SIGIO SI_SIGIO
|
||||||
SI_ASYNCIO, /* Sent by AIO completion. */
|
SI_ASYNCIO, /* Sent by AIO completion. */
|
||||||
# define SI_ASYNCIO SI_ASYNCIO
|
# define SI_ASYNCIO SI_ASYNCIO
|
||||||
|
@ -119,7 +119,9 @@ typedef struct siginfo
|
|||||||
signals. */
|
signals. */
|
||||||
enum
|
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
|
# define SI_SIGIO SI_SIGIO
|
||||||
SI_MESGQ, /* Sent by real time mesq state change. */
|
SI_MESGQ, /* Sent by real time mesq state change. */
|
||||||
# define SI_MESGQ SI_MESGQ
|
# define SI_MESGQ SI_MESGQ
|
||||||
|
@ -129,7 +129,9 @@ typedef struct siginfo
|
|||||||
signals. */
|
signals. */
|
||||||
enum
|
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
|
# define SI_SIGIO SI_SIGIO
|
||||||
SI_ASYNCIO, /* Sent by AIO completion. */
|
SI_ASYNCIO, /* Sent by AIO completion. */
|
||||||
# define SI_ASYNCIO SI_ASYNCIO
|
# define SI_ASYNCIO SI_ASYNCIO
|
||||||
|
@ -127,7 +127,9 @@ typedef struct siginfo
|
|||||||
signals. */
|
signals. */
|
||||||
enum
|
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
|
# define SI_SIGIO SI_SIGIO
|
||||||
SI_ASYNCIO, /* Sent by AIO completion. */
|
SI_ASYNCIO, /* Sent by AIO completion. */
|
||||||
# define SI_ASYNCIO SI_ASYNCIO
|
# define SI_ASYNCIO SI_ASYNCIO
|
||||||
|
Loading…
Reference in New Issue
Block a user