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.
2 parents bdf2f4c + 3608a81 commit 4d72a19Copy full SHA for 4d72a19
src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs
@@ -22,7 +22,7 @@ s! {
22
pub filter: ::c_short,
23
pub flags: ::c_ushort,
24
pub fflags: ::c_uint,
25
- pub data: ::intptr_t,
+ pub data: i64,
26
pub udata: *mut ::c_void,
27
pub ext: [u64; 4],
28
}
src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
@@ -25,7 +25,7 @@ s! {
29
30
31
src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs
0 commit comments