Files
Arquivotheca.SunOS-4.1.3/5include/sys/fcntl.h
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

13 lines
224 B
C

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