You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
core.sys.posix.signal: Fix size of sigevent and siginfo_t on 64bit.
Because the static if condition determining __SI_PAD_SIZE and
__SIGEV_PAD_SIZE being default false, the overall size of sigevent and
siginfo_t was 8 bytes too much, this affects all users of these types
also, such as core.sys.posix.aio.
0 commit comments