[git commit nptl] libm: explain why some funcs are not implemented (yet)

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Feb 5 18:19:08 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=80c1f895b8563714977b90324772558ef0772ea5
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libm/float_wrappers.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libm/float_wrappers.c b/libm/float_wrappers.c
index e1ab8b5..a13aac9 100644
--- a/libm/float_wrappers.c
+++ b/libm/float_wrappers.c
@@ -40,7 +40,8 @@ long long func##f (float x) \
 
 
 /* For the time being, do _NOT_ implement these functions
- * that are defined by SuSv3 [why?] */
+ * that are defined by SuSv3 [because we don't need them
+ * and nobody asked to include them] */
 #undef L_fdimf         /*float       fdimf(float, float);*/
 #undef L_fmaf          /*float       fmaf(float, float, float);*/
 #undef L_fmaxf         /*float       fmaxf(float, float);*/
-- 
1.6.3.3



More information about the uClibc-cvs mailing list