]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sigh, the weak reference for ceill(), floorl() and truncl() was in
authorBruce Evans <bde@FreeBSD.org>
Fri, 15 Feb 2008 07:01:40 +0000 (07:01 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 15 Feb 2008 07:01:40 +0000 (07:01 +0000)
commit63b4a1f80c8236a7c8ec469e48793745338d6e6a
tree0baf6e95ac9dc45c85a1e68d0c25f3c368335957
parent7bbd40c57e7d858b804bb4d7420526f9ab07cee0
Sigh, the weak reference for ceill(), floorl() and truncl() was in
unreachable code due to a missing include.  This kept arm and powerpc
broken.

Reported by: sam, grehan
lib/msun/src/s_ceil.c
lib/msun/src/s_floor.c
lib/msun/src/s_trunc.c