Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d146 enum F_GETOWN = 9; in version() local
407 enum F_GETOWN = 5; in version() local
/netbsd-src/sys/sys/
H A Dfcntl.h186 #define F_GETOWN 5 /* get SIGIO/SIGURG proc/pgrp */ macro