Home
last modified time | relevance | path

Searched refs:NOHANG (Results 1 – 2 of 2) sorted by relevance

/minix3/sys/sys/
H A Dioctl_compat.h137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */ macro
157 #define LNOHANG (NOHANG>>16)
/minix3/libexec/getty/
H A Dsubr.c457 if (ISSET(flags, NOHANG)) in compatflags()