Skip to content

Commit 0f109e2

Browse files
committed
illumos add few fcntl consts
1 parent 3f035c0 commit 0f109e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,14 @@ pub const F_BLOCKS: ::c_int = 18;
11711171
pub const F_BLKSIZE: ::c_int = 19;
11721172
pub const F_SHARE: ::c_int = 40;
11731173
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;
11741182
pub const SIGHUP: ::c_int = 1;
11751183
pub const SIGINT: ::c_int = 2;
11761184
pub const SIGQUIT: ::c_int = 3;

0 commit comments

Comments
 (0)