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 4439771 + 636348a commit e9238ebCopy full SHA for e9238eb
src/unix/solaris/mod.rs
@@ -441,7 +441,13 @@ pub const SA_NOCLDSTOP: ::c_int = 0x00020000;
441
pub const SS_ONSTACK: ::c_int = 1;
442
pub const SS_DISABLE: ::c_int = 2;
443
444
+pub const FIOCLEX: ::c_int = 0x20006601;
445
+pub const FIONCLEX: ::c_int = 0x20006602;
446
+pub const FIONREAD: ::c_int = 0x4004667f;
447
pub const FIONBIO: ::c_int = 0x8004667e;
448
+pub const FIOASYNC: ::c_int = 0x8004667d;
449
+pub const FIOSETOWN: ::c_int = 0x8004667c;
450
+pub const FIOGETOWN: ::c_int = 0x4004667b;
451
452
pub const SIGCHLD: ::c_int = 18;
453
pub const SIGBUS: ::c_int = 10;
0 commit comments