1 2 3 4 5
module core.sys.bionic.unistd; version (CRuntime_Bionic) extern(C) nothrow @nogc: int flock(int, int) @trusted;