[uClibc] FPUTC redefine fix

Yoshinori Sato qzb04471 at nifty.ne.jp
Wed Apr 14 16:05:27 UTC 2004


Warning that __FPUTC is redefinition in CVS beginning occurs.

Index: libc/sysdeps/linux/common/bits/uClibc_stdio.h
===================================================================
RCS file: /cvsroot/uclinux-h8/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 uClibc_stdio.h
--- libc/sysdeps/linux/common/bits/uClibc_stdio.h	14 Apr 2004 09:30:47 -0000	1.1.1.4
+++ libc/sysdeps/linux/common/bits/uClibc_stdio.h	14 Apr 2004 15:32:12 -0000
@@ -524,7 +524,7 @@
 
 #  else
 
-#   undef  __FUTC
+#   undef  __FPUTC
 #   define __FPUTC(__c, __stream) 		__FPUTC_UNLOCKED((__c),(__stream))
 #   undef  __PUTC
 #   define __PUTC(__c, __stream) 		__FPUTC_UNLOCKED((__c),(__stream))



More information about the uClibc mailing list