summaryrefslogtreecommitdiffstats
path: root/include/math.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-05 21:28:31 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-09-09 14:05:52 -0700
commitc3daabe3e7a11013ddb698ac94aa95299dc3ea3b (patch)
tree4bf94130f9b939c7c491b72f6dae27c38a00e0f3 /include/math.h
parent6cf3bd5c43aa5f261754345c2024226c1cd3dc6d (diff)
downloaduClibc-alpine-c3daabe3e7a11013ddb698ac94aa95299dc3ea3b.tar.bz2
uClibc-alpine-c3daabe3e7a11013ddb698ac94aa95299dc3ea3b.tar.xz
math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h
index a7c69b084..ecd01877c 100644
--- a/include/math.h
+++ b/include/math.h
@@ -135,7 +135,7 @@ __BEGIN_DECLS
# if (defined __STDC__ || defined __GNUC__) \
- && (defined __NO_LONG_DOUBLE_MATH || defined __LDBL_COMPAT)
+ && (!defined __NO_LONG_DOUBLE_MATH || defined __LDBL_COMPAT)
# ifdef __LDBL_COMPAT
# ifdef __USE_ISOC99