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 3f035c0 commit 0f109e2Copy full SHA for 0f109e2
src/unix/solarish/mod.rs
@@ -1171,6 +1171,14 @@ pub const F_BLOCKS: ::c_int = 18;
1171
pub const F_BLKSIZE: ::c_int = 19;
1172
pub const F_SHARE: ::c_int = 40;
1173
pub const F_UNSHARE: ::c_int = 41;
1174
+pub const F_ISSTREAM: ::c_int = 13;
1175
+pub const F_PRIV: ::c_int = 15;
1176
+pub const F_NPRIV: ::c_int = 16;
1177
+pub const F_QUOTACTL: ::c_int = 17;
1178
+pub const F_GETOWN: ::c_int = 23;
1179
+pub const F_SETOWN: ::c_int = 24;
1180
+pub const F_REVOKE: ::c_int = 25;
1181
+pub const F_HASREMOTELOCKS: ::c_int = 26;
1182
pub const SIGHUP: ::c_int = 1;
1183
pub const SIGINT: ::c_int = 2;
1184
pub const SIGQUIT: ::c_int = 3;
0 commit comments