commit | 2d1a2aa13d54ea1a5b02616b936a48ac07fc7261 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 04 13:43:48 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 04 13:43:48 2019 -0800 |
tree | 49ea535551725872e125403d034ba0b9b17158eb | |
parent | 58dd1cbd7f2a0b8a779f2f43c45447cdccc09c3e [diff] [blame] |
libm: sync with upstream FreeBSD. Test: ran tests Change-Id: I16b5930b0dc652ceac60d8ed1d57c6126c74699c
diff --git a/libm/upstream-freebsd/lib/msun/src/s_cbrt.c b/libm/upstream-freebsd/lib/msun/src/s_cbrt.c index d75ad0b..268425e 100644 --- a/libm/upstream-freebsd/lib/msun/src/s_cbrt.c +++ b/libm/upstream-freebsd/lib/msun/src/s_cbrt.c
@@ -13,8 +13,9 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: head/lib/msun/src/s_cbrt.c 298896 2016-05-01 19:37:33Z pfg $"); +__FBSDID("$FreeBSD: head/lib/msun/src/s_cbrt.c 342563 2018-12-28 01:34:08Z jhibbits $"); +#include <float.h> #include "math.h" #include "math_private.h"