File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/unix/linux_like/linux/gnu/b32 Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,8 @@ pub const MCL_FUTURE: ::c_int = 0x0002;
304
304
pub const POLLWRNORM : :: c_short = 0x100 ;
305
305
pub const POLLWRBAND : :: c_short = 0x200 ;
306
306
307
- pub const F_GETLK : :: c_int = 5 ;
307
+ pub const F_GETLK64 : :: c_int = 12 ;
308
+ pub const F_GETLK : :: c_int = F_GETLK64 ;
308
309
pub const F_GETOWN : :: c_int = 9 ;
309
310
pub const F_SETOWN : :: c_int = 8 ;
310
311
Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ pub const MAP_HUGETLB: ::c_int = 0x080000;
680
680
681
681
pub const EFD_NONBLOCK : :: c_int = 0x80 ;
682
682
683
- pub const F_GETLK : :: c_int = 14 ;
683
+ pub const F_GETLK : :: c_int = 33 ;
684
684
pub const F_GETOWN : :: c_int = 23 ;
685
685
pub const F_SETOWN : :: c_int = 24 ;
686
686
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ pub const MCL_FUTURE: ::c_int = 0x4000;
281
281
pub const POLLWRNORM : :: c_short = 0x100 ;
282
282
pub const POLLWRBAND : :: c_short = 0x200 ;
283
283
284
- pub const F_GETLK : :: c_int = 5 ;
284
+ pub const F_GETLK : :: c_int = 12 ;
285
285
pub const F_GETOWN : :: c_int = 9 ;
286
286
pub const F_SETOWN : :: c_int = 8 ;
287
287
Original file line number Diff line number Diff line change @@ -477,7 +477,8 @@ pub const SA_NOCLDWAIT: ::c_int = 0x00000002;
477
477
pub const SOCK_STREAM : :: c_int = 1 ;
478
478
pub const SOCK_DGRAM : :: c_int = 2 ;
479
479
480
- pub const F_GETLK : :: c_int = 5 ;
480
+ pub const F_GETLK64 : :: c_int = 12 ;
481
+ pub const F_GETLK : :: c_int = F_GETLK64 ;
481
482
pub const F_GETOWN : :: c_int = 9 ;
482
483
pub const F_SETOWN : :: c_int = 8 ;
483
484
You can’t perform that action at this time.
0 commit comments