From 2c6eb9314c939bdc35d9f9035788e0617bfed472 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 14 Apr 2004 16:21:27 +0000 Subject: Fix typo. --- libc/sysdeps/linux/common/bits/uClibc_stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index 621cacaba..b35c8913b 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h @@ -524,7 +524,7 @@ extern FILE *__stdout; /* For putchar() macro. */ # else -# undef __FUTC +# undef __FPUTC # define __FPUTC(__c, __stream) __FPUTC_UNLOCKED((__c),(__stream)) # undef __PUTC # define __PUTC(__c, __stream) __FPUTC_UNLOCKED((__c),(__stream)) -- cgit v1.2.3