Init
This commit is contained in:
10
5include/sys/Makefile
Normal file
10
5include/sys/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# @(#)Makefile 1.1 94/10/31 SMI
|
||||
#
|
||||
H = fcntl.h
|
||||
|
||||
all: $H
|
||||
|
||||
clean:
|
||||
|
||||
# Install is done by parent makefile
|
||||
install:
|
||||
12
5include/sys/fcntl.h
Normal file
12
5include/sys/fcntl.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/* @(#)fcntl.h 1.1 94/10/31 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 */
|
||||
Reference in New Issue
Block a user