about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-21 22:34:48 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-21 22:34:48 -0400
commit15fdf937b4c6a916b3bd305c7cfc37e03ed67e67 (patch)
tree1d65213b238a0d633e9c91ecb5779a39589bbd09 /sysdeps/unix
parent0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb (diff)
downloadglibc-15fdf937b4c6a916b3bd305c7cfc37e03ed67e67.tar.gz
glibc-15fdf937b4c6a916b3bd305c7cfc37e03ed67e67.tar.xz
glibc-15fdf937b4c6a916b3bd305c7cfc37e03ed67e67.zip
ia64: siginfo.h: delete siginfo name
This fixes the conform test for the siginfo.h header and makes it match
all the other arches.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
index e2967c4e06..569bfc7480 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
@@ -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