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
Fuchsia's definitions of these constants were split from the unix impls
before #503, and so S_ISUID, S_ISGID, and S_ISVTX are all incorrectly
typed as c_int instead of mode_t. This applies the same fix to Fuchsia's
constant definitions to bring them in line with the rest of libc.
0 commit comments