mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-14 17:59:28 +08:00
7f9b49e427
* 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.
5 lines
83 B
C
5 lines
83 B
C
#ifndef _SYS_FCNTL_H_
|
|
#define _SYS_FCNTL_H_
|
|
#include <sys/_default_fcntl.h>
|
|
#endif
|