summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 21:58:17 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-09-18 11:41:50 -0700
commitba93584833773453b184e984cd91ed8357641a33 (patch)
treeb962fc6e489fb2a074793876ca9c0f549106297d
parent2d30c2688c35fdcf3689ca038803cc177121ba92 (diff)
downloaduClibc-alpine-ba93584833773453b184e984cd91ed8357641a33.tar.bz2
uClibc-alpine-ba93584833773453b184e984cd91ed8357641a33.tar.xz
docs/defines.txt: add a note about possibly obsolete __LDBL_COMPAT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r--docs/defines.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/defines.txt b/docs/defines.txt
index 52d394a5a..23991813e 100644
--- a/docs/defines.txt
+++ b/docs/defines.txt
@@ -69,3 +69,5 @@ __UCLIBC_HAS_XXX__, __UCLIBC_HAVE_XXX__
_IEEE_LIBM
Always defined at libm build time
+__LDBL_COMPAT
+ Never defined, TODO: remove?