Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Apr 2001 17:26:32 +0000 (17:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Apr 2001 17:26:32 +0000 (17:26 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/ia64/bits/siginfo.h

index 4080452..0ac34ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index fae8ad5..a313f64 100644 (file)
@@ -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
       {