[uClibc-cvs] uClibc/libc/sysdeps/linux/common/bits uClibc_stdio.h, 1.16, 1.17

Manuel Novoa III mjn3 at uclibc.org
Wed Apr 14 16:21:29 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/common/bits
In directory nail:/tmp/cvs-serv14180

Modified Files:
	uClibc_stdio.h 
Log Message:
Fix typo.


Index: uClibc_stdio.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a/uClibc_stdio.h	11 Feb 2004 23:48:48 -0000	1.16
+++ b/uClibc_stdio.h	14 Apr 2004 16:21:27 -0000	1.17
@@ -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-cvs mailing list