]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Same change for the other siginfi.h files
authorUlrich Drepper <drepper@gmail.com>
Mon, 30 May 2011 00:12:15 +0000 (20:12 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 30 May 2011 00:12:15 +0000 (20:12 -0400)
ChangeLog
sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
sysdeps/unix/sysv/linux/s390/bits/siginfo.h
sysdeps/unix/sysv/linux/sparc/bits/siginfo.h

index 0cac31fb67352f4d2e68fcf31563fa44262f1793..f08c238f2ef1144b3f05048bd600222ad91be741 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        [BZ #11799]
        * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
        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>
 
index 240ebbc9e11cc5da39ed92b116fde42f5e611244..fea5af7fbf84ba2e77672e654dc202d544c81d10 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
 
@@ -146,7 +146,7 @@ enum
 # define SI_TIMER      SI_TIMER
   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
index 55b3f88c0ae7a3d748633b8e62798398cd5b7d12..70d91b470ae5314a7873a9e7122dcff78394667d 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -144,7 +144,7 @@ enum
 # define SI_TIMER      SI_TIMER
   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
index c0f98f6072ea5f115a0bcca977e7278be1e4e410..aeba3fb35937ee8df3712611d23d0d2d030cc6db 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -144,7 +144,7 @@ enum
 # define SI_TIMER      SI_TIMER
   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