mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(struct siginfo): Avoid no-op padding element.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user