diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-21 22:34:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-21 22:34:48 -0400 |
commit | 15fdf937b4c6a916b3bd305c7cfc37e03ed67e67 (patch) | |
tree | 1d65213b238a0d633e9c91ecb5779a39589bbd09 /sysdeps | |
parent | 0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb (diff) | |
download | glibc-15fdf937b4c6a916b3bd305c7cfc37e03ed67e67.zip glibc-15fdf937b4c6a916b3bd305c7cfc37e03ed67e67.tar.gz glibc-15fdf937b4c6a916b3bd305c7cfc37e03ed67e67.tar.bz2 |
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')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/bits/siginfo.h | 2 |
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 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 |