Add O_TTY_INIT for FreeBSD
This commit is contained in:
parent
8394276be0
commit
6294184355
@ -141,6 +141,7 @@ pub const SF_SYNC: ::c_int = 0x00000004;
|
||||
pub const O_CLOEXEC: ::c_int = 0x00100000;
|
||||
pub const O_DIRECTORY: ::c_int = 0x00020000;
|
||||
pub const O_EXEC: ::c_int = 0x00040000;
|
||||
pub const O_TTY_INIT: ::c_int = 0x00080000;
|
||||
pub const F_GETLK: ::c_int = 11;
|
||||
pub const F_SETLK: ::c_int = 12;
|
||||
pub const F_SETLKW: ::c_int = 13;
|
||||
|
Loading…
x
Reference in New Issue
Block a user