mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Same change for the other siginfi.h files
This commit is contained in:
parent
b1ebd700c5
commit
80e2212d8e
@ -3,6 +3,9 @@
|
|||||||
[BZ #11799]
|
[BZ #11799]
|
||||||
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
|
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
|
||||||
SI_USER in the comment.
|
SI_USER in the comment.
|
||||||
|
* sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
|
||||||
|
|
||||||
2011-05-28 Ulrich Drepper <drepper@gmail.com>
|
2011-05-28 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/ia64 version.
|
/* siginfo_t, sigevent and constants. Linux/ia64 version.
|
||||||
Copyright (C) 2000-2004, 2009 Free Software Foundation, Inc.
|
Copyright (C) 2000-2004, 2009, 2011 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ enum
|
|||||||
# define SI_TIMER SI_TIMER
|
# define SI_TIMER SI_TIMER
|
||||||
SI_QUEUE, /* Sent by sigqueue. */
|
SI_QUEUE, /* Sent by sigqueue. */
|
||||||
# define SI_QUEUE SI_QUEUE
|
# define SI_QUEUE SI_QUEUE
|
||||||
SI_USER, /* Sent by kill, sigsend, raise. */
|
SI_USER, /* Sent by kill, sigsend. */
|
||||||
# define SI_USER SI_USER
|
# define SI_USER SI_USER
|
||||||
SI_KERNEL = 0x80 /* Send by kernel. */
|
SI_KERNEL = 0x80 /* Send by kernel. */
|
||||||
#define SI_KERNEL SI_KERNEL
|
#define SI_KERNEL SI_KERNEL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. S/390 version.
|
/* siginfo_t, sigevent and constants. S/390 version.
|
||||||
Copyright (C) 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
|
Copyright (C) 2001, 2002, 2003, 2009, 2011 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
|
||||||
@ -144,7 +144,7 @@ enum
|
|||||||
# define SI_TIMER SI_TIMER
|
# define SI_TIMER SI_TIMER
|
||||||
SI_QUEUE, /* Sent by sigqueue. */
|
SI_QUEUE, /* Sent by sigqueue. */
|
||||||
# define SI_QUEUE SI_QUEUE
|
# define SI_QUEUE SI_QUEUE
|
||||||
SI_USER, /* Sent by kill, sigsend, raise. */
|
SI_USER, /* Sent by kill, sigsend. */
|
||||||
# define SI_USER SI_USER
|
# define SI_USER SI_USER
|
||||||
SI_KERNEL = 0x80 /* Send by kernel. */
|
SI_KERNEL = 0x80 /* Send by kernel. */
|
||||||
#define SI_KERNEL SI_KERNEL
|
#define SI_KERNEL SI_KERNEL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/SPARC version.
|
/* siginfo_t, sigevent and constants. Linux/SPARC version.
|
||||||
Copyright (C) 1997-2002, 2003 Free Software Foundation, Inc.
|
Copyright (C) 1997-2002, 2003, 2011 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
|
||||||
@ -144,7 +144,7 @@ enum
|
|||||||
# define SI_TIMER SI_TIMER
|
# define SI_TIMER SI_TIMER
|
||||||
SI_QUEUE, /* Sent by sigqueue. */
|
SI_QUEUE, /* Sent by sigqueue. */
|
||||||
# define SI_QUEUE SI_QUEUE
|
# define SI_QUEUE SI_QUEUE
|
||||||
SI_USER, /* Sent by kill, sigsend, raise. */
|
SI_USER, /* Sent by kill, sigsend. */
|
||||||
# define SI_USER SI_USER
|
# define SI_USER SI_USER
|
||||||
SI_KERNEL = 0x80 /* Send by kernel. */
|
SI_KERNEL = 0x80 /* Send by kernel. */
|
||||||
#define SI_KERNEL SI_KERNEL
|
#define SI_KERNEL SI_KERNEL
|
||||||
|
Loading…
Reference in New Issue
Block a user