mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
(struct siginfo): Avoid no-op padding element.
This commit is contained in:
parent
8eecb601ef
commit
49d354ccdc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user