K 10 svn:author V 3 das K 8 svn:date V 27 2004-08-05T01:46:11.000000Z K 7 svn:log V 304 Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from libc. The externally-visible effect of this is to add __isnanl() to libm, which means that libm.so.2 can once again link against libc.so.4 when LD_BIND_NOW is set. This was broken by the addition of fdiml(), which calls __isnanl(). END