Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

11 lines
180 B
C

/* @(#)fcntl.h 1.1 92/07/30 SMI */
#ifndef _FCNTL_
#define _FCNTL_
#include <sys/fcntlcom.h>
#define O_NDELAY _FNDELAY /* Non-blocking I/O (4.2 style) */
#endif /* !_FCNTL_ */