Date: Fri, 24 Sep 2004 06:33:22 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen isnan.c Message-ID: <200409240633.i8O6XMQX001977@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2004-09-24 06:33:22 UTC
FreeBSD src repository
Modified files:
lib/libc/gen isnan.c
Log:
Remove __isnanl() to avoid conflicting with the same function in libm.
__isnan() and __isnanf() must remain in libc for hysterical raisins.
On the other hand, __isnanl() must live in libm because libm uses it
internally and can't depend on older versions of libc to provide it.
Fortunately, we don't need __isnanl() in both libraries.
Prodded by: ale
PR: 71698
MT5 candidate
Revision Changes Path
1.2 +0 -10 src/lib/libc/gen/isnan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409240633.i8O6XMQX001977>
