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.
1 parent 52e1d0f commit d25a054Copy full SHA for d25a054
src/unix/notbsd/mod.rs
@@ -207,14 +207,14 @@ s! {
207
pub ar_pln: u8,
208
pub ar_op: u16,
209
}
210
-
+
211
pub struct inotify_event {
212
pub wd: ::c_int,
213
pub mask: ::uint32_t,
214
pub cookie: ::uint32_t,
215
pub len: ::uint32_t
216
217
218
pub struct mmsghdr {
219
pub msg_hdr: ::msghdr,
220
pub msg_len: ::c_uint,
0 commit comments