summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_stdio.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-04-14 16:21:27 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-04-14 16:21:27 +0000
commit2c6eb9314c939bdc35d9f9035788e0617bfed472 (patch)
treec395b9f5ebef1517bbbfcbb96a44a5c675557f22 /libc/sysdeps/linux/common/bits/uClibc_stdio.h
parent7cea35ec0b87c8125f3ae29f0abbd737498e28e5 (diff)
Fix typo.
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uClibc_stdio.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_stdio.h2
1 files changed, 1 insertions, 1 deletions
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))