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 a79788f commit af30859Copy full SHA for af30859
src/fuchsia/mod.rs
@@ -1313,6 +1313,7 @@ pub const SIG_DFL: sighandler_t = 0 as sighandler_t;
1313
pub const SIG_IGN: sighandler_t = 1 as sighandler_t;
1314
pub const SIG_ERR: sighandler_t = !0 as sighandler_t;
1315
1316
+pub const DT_UNKNOWN: u8 = 0;
1317
pub const DT_FIFO: u8 = 1;
1318
pub const DT_CHR: u8 = 2;
1319
pub const DT_DIR: u8 = 4;
0 commit comments