diff options
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/yes.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/coreutils/yes.c b/coreutils/yes.c index 493462201..e04ad3ac0 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c | |||
| @@ -31,11 +31,6 @@ | |||
| 31 | 31 | ||
| 32 | #include "libbb.h" | 32 | #include "libbb.h" |
| 33 | 33 | ||
| 34 | #if ENABLE_PLATFORM_MINGW32 | ||
| 35 | # undef putchar | ||
| 36 | # define putchar(c) winansi_fputc(c, stdout) | ||
| 37 | #endif | ||
| 38 | |||
| 39 | int yes_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 34 | int yes_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
| 40 | int yes_main(int argc UNUSED_PARAM, char **argv) | 35 | int yes_main(int argc UNUSED_PARAM, char **argv) |
| 41 | { | 36 | { |
