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