This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia-newlib
Watch
1
Star
0
Fork
You've already forked acadia-newlib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
546065b39f
acadia-newlib
/
newlib
/
libc
/
include
/
sys
/
fcntl.h
5 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
2007-11-15 Jeff Johnston <jjohnstn@redhat.com> * libc/include/sys/_default_fcntl.h: New header file that is the default version of sys/fcntl.h. * libc/include/sys/fcntl.h: Changed to simply include sys/_default_fcntl.h. * libc/sys/arm/sys/fcntl.h: New file that includes sys/_default_fcntl.h and defines O_BINARY.
2007-12-19 10:49:17 -08:00
#
ifndef _SYS_FCNTL_H_
#
define _SYS_FCNTL_H_
#
include
<sys/_default_fcntl.h>
import newlib-2000-02-17 snapshot
2000-02-17 11:39:52 -08:00
#
endif