summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-16 18:23:45 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-16 18:23:45 +0000
commit0d8bfb18d5621852d9c4fb1f5107b846e44eed2d (patch)
tree29990b3802e1a4467108394274b3cc02bcc9fa28
parent8c67f4a7a4cf1af7d19388587fe38049dccb52bd (diff)
Typo
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_fpmax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_fpmax.h b/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
index 98ed49cfd..27432a03e 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
@@ -98,7 +98,7 @@ typedef float __fpmax_t;
#endif /* DECIMAL_DIG */
-if defined _LIBC && defined IS_IN_libc
+#if defined _LIBC && defined IS_IN_libc
extern __fpmax_t __strtofpmax(const char *str, char **endptr, int exp_adjust) attribute_hidden;
#ifdef __UCLIBC_HAS_XLOCALE__