-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add struct and constants for mount_setattr syscall #4046
base: main
Are you sure you want to change the base?
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
@rustbot label stable-nominated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you might need to update build.rs if this isn't available on musl
☔ The latest upstream changes (presumably #4070) made this pull request unmergeable. Please resolve the merge conflicts. |
@pcc we just updated the linux headers on musl, could you rebase? The tests might start to pass. |
Head branch was pushed to by a user without write access
Done |
Description
Adds struct and constants for mount_setattr syscall.
Sources
https://github.com/torvalds/linux/blob/master/include/uapi/linux/mount.h
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI