]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ia64: siginfo.h: delete siginfo name
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Jul 2015 02:34:48 +0000 (22:34 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Jul 2015 02:34:48 +0000 (22:34 -0400)
This fixes the conform test for the siginfo.h header and makes it match
all the other arches.

ChangeLog
sysdeps/unix/sysv/linux/ia64/bits/siginfo.h

index d70fb1080a897dacab242e3356fbb0a21f547d6f..82d6ac85da3ebd4c51f6a99da2d783ab067fd5d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
+       anonymous by deleting "siginfo" name.
+
 2015-07-21  Roland McGrath  <roland@hack.frob.com>
 
        * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
index e2967c4e0625c7687bc55255a0f13ddd996ca0cd..569bfc7480fb9320baf49a23828d514ef2b3b341 100644 (file)
@@ -42,7 +42,7 @@ typedef union sigval
 # define __SI_MAX_SIZE     128
 # define __SI_PAD_SIZE     ((__SI_MAX_SIZE / sizeof (int)) - 4)
 
-typedef struct siginfo
+typedef struct
   {
     int si_signo;              /* Signal number.  */
     int si_errno;              /* If non-zero, an errno value associated with