mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-25 02:02:09 +03:00
2003-05-20 Guido Guenther <agx@sigxcpu.org>
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Change SI_ASYNCNL to -60 and define SI_TKILL. 2003-05-20 Guido Guenther <agx@sigxcpu.org> * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Change SI_ASYNCNL to -60 and define SI_TKILL.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-20 Guido Guenther <agx@sigxcpu.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Change SI_ASYNCNL
|
||||||
|
to -60 and define SI_TKILL.
|
||||||
|
|
||||||
2003-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
2003-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* math/test-fenv.c (feexcp_nomask_test): Fix comment
|
* math/test-fenv.c (feexcp_nomask_test): Fix comment
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/MIPS version.
|
/* siginfo_t, sigevent and constants. Linux/MIPS version.
|
||||||
Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -119,8 +119,10 @@ typedef struct siginfo
|
|||||||
signals. */
|
signals. */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
SI_ASYNCNL = -6, /* Sent by asynch name lookup completion. */
|
SI_ASYNCNL = -60, /* Sent by asynch name lookup completion. */
|
||||||
# define SI_ASYNCNL SI_ASYNCNL
|
# define SI_ASYNCNL SI_ASYNCNL
|
||||||
|
SI_TKILL = -6, /* Sent by tkill. */
|
||||||
|
# define SI_TKILL SI_TKILL
|
||||||
SI_SIGIO, /* Sent by queued SIGIO. */
|
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. */
|
||||||
|
Reference in New Issue
Block a user