cvs commit: src/lib/libc/gen isnan.c

David Schultz das at FreeBSD.org
Thu Sep 23 23:33:23 PDT 2004


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


More information about the cvs-src mailing list