diff options
Diffstat (limited to 'binutils/rename.c')
-rw-r--r-- | binutils/rename.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/rename.c b/binutils/rename.c index 6ae4d29..367ed1f 100644 --- a/binutils/rename.c +++ b/binutils/rename.c @@ -32,12 +32,6 @@ #endif /* HAVE_UTIMES */ #endif /* ! HAVE_GOOD_UTIME_H */ -/* We need to open the file in binary modes on system where that makes - a difference. */ -#ifndef O_BINARY -#define O_BINARY 0 -#endif - #if ! defined (_WIN32) || defined (__CYGWIN32__) static int simple_copy (const char *, const char *); |