LOCK_SH

Shared lock

version(linux)
extern (C) nothrow @nogc
enum LOCK_SH = 0x01;

Meta