LOCK_EX

Exclusive lock

version(linux)
extern (C) nothrow @nogc
enum LOCK_EX = 0x02;

Meta