Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2002 04:34:42 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include math.h src/lib/msun/src math.h
Message-ID:  <200210011134.g91BYgTm070217@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/10/01 04:34:42 PDT

  Modified files:
    lib/msun/src         math.h 
  Removed files:
    include              math.h 
  Log:
  Merged all interesting difference between the old math.h and the current
  one into the latter and removed the former.
  
  This works around the bug that some broken Makefiles add -I.../src/include
  to CFLAGS, resulting in the old math.h being preferred and differences
  between the headers possibly being fatal.
  
  The merge mainly involves declaring some functions as __pure2 although
  they are not yet all strictly free of side effects.
  
  PR:             43544
  
  Revision  Changes    Path
  1.6       +0 -124    src/include/math.h (dead)
  1.17      +41 -23    src/lib/msun/src/math.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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