Add O_TTY_INIT for FreeBSD

This commit is contained in:
equal-l2 2017-06-19 16:27:55 +09:00
parent 8394276be0
commit 6294184355
1 changed files with 1 additions and 0 deletions

View File

@ -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;