Skip to content

Commit de9e477

Browse files
committed
Auto merge of #2695 - devnexen:solarish_fcntl_update, r=Amanieu
illumos add few fcntl consts
2 parents 13d18ee + 0f109e2 commit de9e477

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
@@ -1330,6 +1330,14 @@ pub const F_BLOCKS: ::c_int = 18;
13301330
pub const F_BLKSIZE: ::c_int = 19;
13311331
pub const F_SHARE: ::c_int = 40;
13321332
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;
13331341
pub const SIGHUP: ::c_int = 1;
13341342
pub const SIGINT: ::c_int = 2;
13351343
pub const SIGQUIT: ::c_int = 3;

0 commit comments

Comments
 (0)