- apply vapier's comments
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 24 Jan 2007 15:12:12 +0000 (15:12 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 24 Jan 2007 15:12:12 +0000 (15:12 -0000)
toolchain/uClibc/uClibc-0.9.29-fix-fget_putc.diff

index 3fcfb76cc3fa449cd032d681bf01756e3e43c4b5..5c095778191f1962a24f5e20c9079c229839371b 100644 (file)
@@ -219,7 +219,7 @@ Index: uClibc_trunk/libc/stdio/puts.c
        if ((n = fputs_unlocked(s, stream)) != EOF) {
                ++n;
 -              if (__fputc_unlocked('\n', stream) == EOF) {
-+              if (__FPUTC_UNLOCKED('\n', stream) == EOF) {
++              if (fputc_unlocked('\n', stream) == EOF) {
                        n = EOF;
                }
        }
@@ -411,9 +411,9 @@ Index: uClibc_trunk/libc/misc/error/error.c
  libc_hidden_proto(fflush)
 -libc_hidden_proto(fputc)
 -libc_hidden_proto(__fputc_unlocked)
-+#ifdef __UCLIBC_HAS_STDIO_PUTC_MACRO__
++//#ifdef __UCLIBC_HAS_STDIO_PUTC_MACRO__
 +libc_hidden_proto(fputc_unlocked)
-+#endif
++//#endif
  
  /* This variable is incremented each time `error' is called.  */
  unsigned int error_message_count = 0;