]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct siginfo): Avoid no-op padding element.
authorUlrich Drepper <drepper@redhat.com>
Wed, 26 Mar 2003 23:41:57 +0000 (23:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 26 Mar 2003 23:41:57 +0000 (23:41 +0000)
sysdeps/unix/sysv/linux/alpha/bits/siginfo.h

index d2e72c8cc5d39b187023e7f658ecf489ee4cc0f5..446394f0db682bfd92dc88b7f3bf38a5d34801a6 100644 (file)
@@ -65,7 +65,6 @@ typedef struct siginfo
          {
            int si_tid;         /* Timer ID.  */
            int si_overrun;     /* Overrun count.  */
-           char _pad[sizeof (__uid_t) - sizeof (int)];
            sigval_t si_sigval; /* Signal value.  */
          } _timer;