Home
last modified time | relevance | path

Searched defs:F_UNLCK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d152 enum F_UNLCK = 2; in version() local
416 enum F_UNLCK = 2; in version() local
/netbsd-src/sys/sys/
H A Dfcntl.h212 #define F_UNLCK 2 /* unlock */ macro