diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/test.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 6b16ffeb1..9e709a709 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -643,10 +643,6 @@ static int filstat(char *nm, enum token mode) | |||
643 | } | 643 | } |
644 | 644 | ||
645 | #if ENABLE_PLATFORM_MINGW32 | 645 | #if ENABLE_PLATFORM_MINGW32 |
646 | #undef R_OK | ||
647 | #define R_OK S_IREAD | ||
648 | #undef W_OK | ||
649 | #define W_OK S_IWRITE | ||
650 | if (mode == FILEX) { | 646 | if (mode == FILEX) { |
651 | char *p; | 647 | char *p; |
652 | 648 | ||