From 15fdf937b4c6a916b3bd305c7cfc37e03ed67e67 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 21 Jul 2015 22:34:48 -0400 Subject: ia64: siginfo.h: delete siginfo name This fixes the conform test for the siginfo.h header and makes it match all the other arches. --- sysdeps/unix/sysv/linux/ia64/bits/siginfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h index e2967c4..569bfc7 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 -- cgit v1.1