diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-26 23:41:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-26 23:41:58 +0000 |
commit | 58e70eb0378fc2c79b9c2415ca3a6c30d1f1350e (patch) | |
tree | cd7caf99acceed93e2e21ddee5b52f37f5360041 /sysdeps/unix/sysv/linux/bits/siginfo.h | |
parent | 04676765f4f66b0c58e47f4eff7781dbdc8e7c8d (diff) | |
download | glibc-58e70eb0378fc2c79b9c2415ca3a6c30d1f1350e.tar.gz glibc-58e70eb0378fc2c79b9c2415ca3a6c30d1f1350e.tar.xz glibc-58e70eb0378fc2c79b9c2415ca3a6c30d1f1350e.zip |
(struct siginfo): Avoid no-op padding element.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/siginfo.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/siginfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/siginfo.h b/sysdeps/unix/sysv/linux/bits/siginfo.h index c52e699f08..102adbcfdd 100644 --- a/sysdeps/unix/sysv/linux/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/bits/siginfo.h @@ -71,7 +71,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; |