Files
Arquivotheca.SunOS-4.1.4/ucbinclude/sys/fcntl.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

11 lines
180 B
C

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