File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,4 @@ pub const O_CLOEXEC: ::c_int = 0x00020000;
68
68
pub const F_GETLK : :: c_int = 7 ;
69
69
pub const F_SETLK : :: c_int = 8 ;
70
70
pub const F_SETLKW : :: c_int = 9 ;
71
+ pub const ELAST : :: c_int = 99 ;
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ pub const O_CLOEXEC: ::c_int = 0x00100000;
53
53
pub const F_GETLK : :: c_int = 11 ;
54
54
pub const F_SETLK : :: c_int = 12 ;
55
55
pub const F_SETLKW : :: c_int = 13 ;
56
+ pub const ELAST : :: c_int = 96 ;
56
57
57
58
extern {
58
59
pub fn __error ( ) -> * mut :: c_int ;
Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ pub const EBADMSG: ::c_int = 89;
307
307
pub const EMULTIHOP : :: c_int = 90 ;
308
308
pub const ENOLINK : :: c_int = 91 ;
309
309
pub const EPROTO : :: c_int = 92 ;
310
- pub const ELAST : :: c_int = 96 ;
311
310
312
311
pub const F_DUPFD : :: c_int = 0 ;
313
312
pub const F_GETFD : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments