summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 21:58:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 21:58:17 +0200
commitc6d11ee4eb66700cba725562e5a51378dc5ddef4 (patch)
tree407ed00d51b23b4e6fb7974b4cfa38dd8b66e7b7 /docs
parentff8c129c39f8eb347f3714bd3c2c609ab2417d86 (diff)
docs/defines.txt: add a note about possibly obsolete __LDBL_COMPAT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-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?