mirror of
https://github.com/fluencelabs/musl
synced 2025-06-20 02:11:43 +00:00
fix some obscure header type size/alignment issues
This commit is contained in:
@ -103,7 +103,7 @@ union sigval {
|
||||
struct __siginfo {
|
||||
int si_signo, si_errno, si_code;
|
||||
union {
|
||||
char __pad[128 - 3*sizeof(int)];
|
||||
char __pad[128 - 2*sizeof(int) - sizeof(long)];
|
||||
struct {
|
||||
pid_t si_pid;
|
||||
uid_t si_uid;
|
||||
|
Reference in New Issue
Block a user