mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2001-04-13 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to explicitly pad struct siginfo instead of relying on compiler padding.
This commit is contained in:
parent
c4103b3480
commit
acc8ad639f
@ -1,3 +1,8 @@
|
||||
2001-04-13 Jes Sorensen <jes@linuxcare.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to
|
||||
explicitly pad struct siginfo instead of relying on compiler padding.
|
||||
|
||||
2001-04-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/ia64/Dist: Add elf/entry.h.
|
||||
|
@ -49,6 +49,7 @@ typedef struct siginfo
|
||||
int si_errno; /* If non-zero, an errno value associated with
|
||||
this signal, as defined in <errno.h>. */
|
||||
int si_code; /* Signal code. */
|
||||
int __pad0; /* Explicit padding. */
|
||||
|
||||
union
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user