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 55c44a2 commit 2ed4fbfCopy full SHA for 2ed4fbf
src/unix/linux_like/linux/uclibc/mod.rs
@@ -266,7 +266,7 @@ pub const BUFSIZ: ::c_int = 4096;
266
pub const EDEADLOCK: ::c_int = EDEADLK;
267
pub const EXTA: ::c_uint = B19200;
268
pub const EXTB: ::c_uint = B38400;
269
-pub const EXTPROC: ::c_int = 0200000;
+pub const EXTPROC: ::tcflag_t = 0200000;
270
pub const FAN_MARK_FILESYSTEM: ::c_int = 0x00000100;
271
pub const FAN_MARK_INODE: ::c_int = 0x00000000;
272
pub const FAN_MARK_MOUNT: ::c_int = 0x10;
0 commit comments