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 13d18ee + 0f109e2 commit de9e477Copy full SHA for de9e477
src/unix/solarish/mod.rs
@@ -1330,6 +1330,14 @@ pub const F_BLOCKS: ::c_int = 18;
1330
pub const F_BLKSIZE: ::c_int = 19;
1331
pub const F_SHARE: ::c_int = 40;
1332
pub const F_UNSHARE: ::c_int = 41;
1333
+pub const F_ISSTREAM: ::c_int = 13;
1334
+pub const F_PRIV: ::c_int = 15;
1335
+pub const F_NPRIV: ::c_int = 16;
1336
+pub const F_QUOTACTL: ::c_int = 17;
1337
+pub const F_GETOWN: ::c_int = 23;
1338
+pub const F_SETOWN: ::c_int = 24;
1339
+pub const F_REVOKE: ::c_int = 25;
1340
+pub const F_HASREMOTELOCKS: ::c_int = 26;
1341
pub const SIGHUP: ::c_int = 1;
1342
pub const SIGINT: ::c_int = 2;
1343
pub const SIGQUIT: ::c_int = 3;
0 commit comments