Fix merge of binutils 2.22. Sorry for the noise.

This commit is contained in:
Jérôme Duval
2012-01-06 21:08:28 +01:00
12 changed files with 104 additions and 21 deletions

View File

@@ -30,8 +30,8 @@
# define O_BINARY _O_BINARY
# define O_TEXT _O_TEXT
#endif
#ifdef __BEOS__
/* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
#if defined(__BEOS__) || defined(__HAIKU__)
/* BeOS 5 and Haiku R1 have O_BINARY and O_TEXT, but they have no effect. */
# undef O_BINARY
# undef O_TEXT
#endif