/* @(#)fcntl.h 1.1 94/10/31 SMI */ #ifndef _FCNTL_ #define _FCNTL_ #include #define O_NDELAY _FNDELAY /* Non-blocking I/O (4.2 style) */ #endif /* !_FCNTL_ */