Merge "Revert "Define O_BINARY for non-Windows platforms.""

This commit is contained in:
Raphael 2011-03-04 15:30:02 -08:00 committed by Android (Google) Code Review
commit 4fc3706015
8 changed files with 0 additions and 62 deletions

View file

@ -305,12 +305,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /*_ANDROID_CONFIG_H*/

View file

@ -363,12 +363,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /*_ANDROID_CONFIG_H*/

View file

@ -361,12 +361,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /* _ANDROID_CONFIG_H */

View file

@ -323,12 +323,4 @@
*/
#define HAVE_PREAD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /*_ANDROID_CONFIG_H*/

View file

@ -366,12 +366,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /* _ANDROID_CONFIG_H */

View file

@ -333,12 +333,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /*_ANDROID_CONFIG_H*/

View file

@ -350,12 +350,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* We need to open binary files using O_BINARY on Windows.
* Most systems lack (and actually don't need) this flag.
*/
#ifndef O_BINARY
#define O_BINARY 0
#endif
#endif /* _ANDROID_CONFIG_H */

View file

@ -338,10 +338,4 @@
*/
/* #define HAVE_PRINTF_ZD 1 */
/*
* We need to open binary files using O_BINARY on Windows.
* We don't define it on Windows since it is part of the io headers.
*/
/* #define O_BINARY 0 */
#endif /*_ANDROID_CONFIG_H*/