Don't mention raise in SI_USER comment for MIPS.

This commit is contained in:
Joseph Myers 2011-06-20 19:26:42 +00:00
parent 8969f4df1a
commit 6b5adfe9dc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-06-20 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
mention raise in the comment.
2011-05-23 Aurelien Jarno <aurelien@aurel32.net>
* sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):

View File

@ -1,5 +1,5 @@
/* siginfo_t, sigevent and constants. Linux/MIPS version.
Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2011
Free Software Foundation, Inc.
This file is part of the GNU C Library.
@ -146,7 +146,7 @@ enum
# define SI_ASYNCIO SI_ASYNCIO
SI_QUEUE, /* Sent by sigqueue. */
# define SI_QUEUE SI_QUEUE
SI_USER, /* Sent by kill, sigsend, raise. */
SI_USER, /* Sent by kill, sigsend. */
# define SI_USER SI_USER
SI_KERNEL = 0x80 /* Send by kernel. */
#define SI_KERNEL SI_KERNEL