Skip to content

Commit 6294184

Browse files
committed
Add O_TTY_INIT for FreeBSD
1 parent 8394276 commit 6294184

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ pub const SF_SYNC: ::c_int = 0x00000004;
141141
pub const O_CLOEXEC: ::c_int = 0x00100000;
142142
pub const O_DIRECTORY: ::c_int = 0x00020000;
143143
pub const O_EXEC: ::c_int = 0x00040000;
144+
pub const O_TTY_INIT: ::c_int = 0x00080000;
144145
pub const F_GETLK: ::c_int = 11;
145146
pub const F_SETLK: ::c_int = 12;
146147
pub const F_SETLKW: ::c_int = 13;

0 commit comments

Comments
 (0)