OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [arm/] [sys/] [fcntl.h] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
#ifndef _SYS_FCNTL_H_
2
#define _SYS_FCNTL_H_
3
 
4
#include <sys/_default_fcntl.h>
5
 
6
/* We want to support O_BINARY for the open syscall.
7
   For example, the Demon debug monitor has a separate
8
   flag value for "rb" vs "r". */
9
#define _FBINARY        0x10000
10
#define O_BINARY        _FBINARY
11
 
12
#endif /* _SYS_FCNTL_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.