Switch to upstream FreeBSD ldexp.c.
(Yes, this should be in libm, but it isn't. For once, this mistake predates bionic!) Change-Id: I1340407acbcdc0151dee969a38ba490bdd5e6767
This commit is contained in:
parent
7aef27468e
commit
57a883640f
@ -58,7 +58,6 @@ libc_common_src_files := \
|
|||||||
bionic/ioctl.c \
|
bionic/ioctl.c \
|
||||||
bionic/isatty.c \
|
bionic/isatty.c \
|
||||||
bionic/issetugid.c \
|
bionic/issetugid.c \
|
||||||
bionic/ldexp.c \
|
|
||||||
bionic/md5.c \
|
bionic/md5.c \
|
||||||
bionic/memmem.c \
|
bionic/memmem.c \
|
||||||
bionic/pathconf.c \
|
bionic/pathconf.c \
|
||||||
@ -230,6 +229,7 @@ libc_bionic_src_files := \
|
|||||||
bionic/wchar.cpp \
|
bionic/wchar.cpp \
|
||||||
|
|
||||||
libc_upstream_freebsd_src_files := \
|
libc_upstream_freebsd_src_files := \
|
||||||
|
upstream-freebsd/lib/libc/gen/ldexp.c \
|
||||||
upstream-freebsd/lib/libc/gen/sleep.c \
|
upstream-freebsd/lib/libc/gen/sleep.c \
|
||||||
upstream-freebsd/lib/libc/gen/usleep.c \
|
upstream-freebsd/lib/libc/gen/usleep.c \
|
||||||
upstream-freebsd/lib/libc/stdio/fclose.c \
|
upstream-freebsd/lib/libc/stdio/fclose.c \
|
||||||
|
@ -12,9 +12,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <endian.h>
|
#include <machine/endian.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
/* Bit fiddling routines copied from msun/src/math_private.h,v 1.15 */
|
/* Bit fiddling routines copied from msun/src/math_private.h,v 1.15 */
|
Loading…
x
Reference in New Issue
Block a user