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
review: cfg attrs to switch musl fanotify_mark mask type.
Specifying the `mask` argument to `fanotify_mark` as `u64` works for all
platform targets except those that use musl. This platform seems to
require specifying the mask type as `::c_ulonglong` or a type mismatch
occurs in the libc-test runs.
0 commit comments