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
semaphore: correct the size of semaphore for LLP64
The `dsema_value` field was marked as long which is incorrect for LLP64
environments. Update the type to `intptr_t` which is the portable type
for this value.
0 commit comments