]> git.proxmox.com Git - rustc.git/blobdiff - vendor/libc/src/unix/solarish/illumos.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / libc / src / unix / solarish / illumos.rs
index 49aeb9c9d531c9675df0a1fc6f5aadc041953c3f..184f73b522649a250b9c2df5a03144dc2d361878 100644 (file)
@@ -27,6 +27,12 @@ pub const TCP_KEEPCNT: ::c_int = 35;
 pub const TCP_KEEPINTVL: ::c_int = 36;
 pub const TCP_CONGESTION: ::c_int = 37;
 
+pub const F_OFD_GETLK: ::c_int = 50;
+pub const F_OFD_SETLKL: ::c_int = 51;
+pub const F_OFD_SETLKW: ::c_int = 52;
+pub const F_FLOCK: ::c_int = 55;
+pub const F_FLOCKW: ::c_int = 56;
+
 extern "C" {
     pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;