Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 2004 06:33:01 +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:  <200410010633.i916X16F089434@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410010633.i916X16F089434>