Skip to content
Snippets Groups Projects
Commit 263abfef authored by Craig M. Brandenburg's avatar Craig M. Brandenburg
Browse files

Add flock type value definitions for Linux/other/x86_64

parent 67713687
No related branches found
No related tags found
No related merge requests found
......@@ -427,6 +427,10 @@ pub const F_SETOWN: ::c_int = 8;
pub const F_SETLK: ::c_int = 6;
pub const F_SETLKW: ::c_int = 7;
pub const F_RDLCK: ::c_int = 0;
pub const F_WRLCK: ::c_int = 1;
pub const F_UNLCK: ::c_int = 2;
pub const SFD_NONBLOCK: ::c_int = 0x0800;
pub const TIOCEXCL: ::c_ulong = 0x540C;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment