]> gcc.gnu.org Git - gcc.git/blob - libphobos/libdruntime/core/sys/bionic/fcntl.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / libphobos / libdruntime / core / sys / bionic / fcntl.d
1 module core.sys.bionic.fcntl;
2
3 version (CRuntime_Bionic) extern(C) nothrow @nogc:
4
5 enum LOCK_EX = 2;
This page took 0.036772 seconds and 5 git commands to generate.