11 lines
205 B
C
11 lines
205 B
C
/* @(#)fcntl.h 1.1 94/10/31 Copyright SMI 1992 */
|
|
|
|
#ifndef _FCNTL_
|
|
#define _FCNTL_
|
|
|
|
#include <sys/fcntlcom.h>
|
|
|
|
#define O_NDELAY _FNDELAY /* Non-blocking I/O (4.2 style) */
|
|
|
|
#endif /* !_FCNTL_ */
|