mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
ia64: siginfo.h: delete siginfo name
This fixes the conform test for the siginfo.h header and makes it match all the other arches.
This commit is contained in:
parent
0b24551cf3
commit
15fdf937b4
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user