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
Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
This commit leaves file sealing related fcntls and bitflag constants out
of "plain" Linux, as they are defined in `linux/fcntl.h` rather than
`fcntl.h`. They can be included once an approach for verification has
been figured out. Android and musl both include them in `fcntl.h`
however. See rust-lang#235 for more detail.
0 commit comments