cvs commit: src/lib/libc/gen isnan.c
David Schultz
das at FreeBSD.org
Thu Sep 30 23:33:01 PDT 2004
das 2004-10-01 06:33:01 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
lib/libc/gen isnan.c
Log:
MFC src/lib/libc/gen/isnan.c,v 1.2
| 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.
Approved by: re (scottl)
Revision Changes Path
1.1.2.1 +0 -10 src/lib/libc/gen/isnan.c
More information about the cvs-src
mailing list