This website requires JavaScript.
Explore
Help
Sign In
libs
/
newlib-cygwin
mirror of
git://sourceware.org/git/newlib-cygwin.git
Watch
4
Star
0
Fork
You've already forked newlib-cygwin
0
Code
Issues
Projects
Releases
Wiki
Activity
801bf9f272
newlib-cygwin
/
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-20 02: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-18 03:39:52 +08:00
#
endif