svn commit: r313761 - in head/lib/msun: . src

Ed Maste emaste at freebsd.org
Wed Feb 15 16:08:42 UTC 2017


On 15 February 2017 at 02:59, Mahdi Mokhtari <mmokhi at freebsd.org> wrote:
> Author: mmokhi (ports committer)
> Date: Wed Feb 15 07:59:54 2017
> New Revision: 313761
> URL: https://svnweb.freebsd.org/changeset/base/313761
>
> Log:
>   Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msun
>   to improve C11 conformance.

This breaks the build on at least mips:

/scratch/tmp/emaste/freebsd/lib/msun/src/catrigl.c:48:21: error:
invtrig.h: No such file or directory
/scratch/tmp/emaste/freebsd/lib/msun/src/catrigl.c:85:2: error: #error
"Unsupported long double format"
...


More information about the svn-src-all mailing list