URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [arm/] [sys/] [fcntl.h] - Rev 207
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _SYS_FCNTL_H_ #define _SYS_FCNTL_H_ #include <sys/_default_fcntl.h> /* We want to support O_BINARY for the open syscall. For example, the Demon debug monitor has a separate flag value for "rb" vs "r". */ #define _FBINARY 0x10000 #define O_BINARY _FBINARY #endif /* _SYS_FCNTL_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log