Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Aug 2014 15:54:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-standards@FreeBSD.org
Subject:   [Bug 191754] [headers] long math functions (powl, etc) are not declared properly in math.h
Message-ID:  <bug-191754-15-hGEneh8Ax2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191754-15@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191754-15@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191754

--- Comment #4 from commit-hook@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191754-15-hGEneh8Ax2>