[uClibc] __isnanl and __isinfl #ifdefed out?

Rob Landley rob at landley.net
Mon Nov 29 02:17:41 UTC 2004


Why are there #if 0 guards around these functions in uClibc/libm/fpmacros.c?  
math.h happily makes calls to the these suckers for isnan() and such when 
used on a long double, and then it dies at link time.  It might be nice to 
either take 'em out of the headers, or put 'em backin the library.  (Maybe a 
better guard is the CONFIG for full c99 library support, rather than 0?)

Rob



More information about the uClibc mailing list