Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fc37060 authored by Raphael's avatar Raphael Committed by Android (Google) Code Review
Browse files

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

parents d0e29533 1e478329
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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*/
+0 −8
Original line number Diff line number Diff line
@@ -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*/
+0 −8
Original line number Diff line number Diff line
@@ -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 */
+0 −8
Original line number Diff line number Diff line
@@ -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*/
+0 −8
Original line number Diff line number Diff line
@@ -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 */
Loading