import binutils 2.19

This commit is contained in:
Jérôme Duval
2012-01-05 22:33:17 +01:00
parent 30bb6f454f
commit 54b66b3b47
18 changed files with 14 additions and 174 deletions

View File

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