We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 25e022a commit 2c52fa4Copy full SHA for 2c52fa4
src/unix/linux_like/linux/mod.rs
@@ -821,6 +821,14 @@ s! {
821
pub val: ::c_int,
822
}
823
824
+ // linux/openat2.h
825
+ #[non_exhaustive]
826
+ pub struct open_how {
827
+ pub flags: ::__u64,
828
+ pub mode: ::__u64,
829
+ pub resolve: ::__u64,
830
+ }
831
+
832
// linux/sctp.h
833
834
pub struct sctp_initmsg {
@@ -1000,14 +1008,6 @@ s! {
1000
1008
pub pid: ::c_int,
1001
1009
1002
1010
1003
- // linux/openat2.h
1004
- #[non_exhaustive]
1005
- pub struct open_how {
1006
- pub flags: ::__u64,
1007
- pub mode: ::__u64,
- pub resolve: ::__u64,
- }
-
1011
// linux/wireless.h
1012
1013
pub struct iw_param {
0 commit comments