[Bug 191754] [headers] long math functions (powl, etc) are not declared properly in math.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 9 15:54:26 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191754

--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:

Author: kargl
Date: Sat Aug  9 15:53:41 UTC 2014
New revision: 269758
URL: http://svnweb.freebsd.org/changeset/base/269758

Log:
  When r255294 was committed, it exposed the symbols lgammal, powl,
  and tgammal in libm.  These functions are part of ISO/IEC 9899:1999
  and their prototypes should have been moved into the appropriate
  __ISO_C_VISIBLE >= 1999 section.  After moving the prototypes,
  remnants of r236148 can be removed.

  PR:        standards/191754
  Reviewed by:    bde

Changes:
  head/lib/msun/src/math.h

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-standards mailing list