summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-03-30 20:03:46 +0000
committerdas <das@FreeBSD.org>2008-03-30 20:03:46 +0000
commit4e563b6d98d0f990384486a8a9db7dadbf956de9 (patch)
tree96b26a101cb62f3f712059fd87bf6c09ac162162 /lib/msun/src
parentfed973ef18871061e03edd02a39296d2a30420d2 (diff)
downloadFreeBSD-src-4e563b6d98d0f990384486a8a9db7dadbf956de9.zip
FreeBSD-src-4e563b6d98d0f990384486a8a9db7dadbf956de9.tar.gz
Hook hypotl() and cabsl() up to the build.
Diffstat (limited to 'lib/msun/src')
-rw-r--r--lib/msun/src/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index d7e52ed..78fb995 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -427,9 +427,7 @@ long double fminl(long double, long double) __pure2;
long double fmodl(long double, long double);
#endif
long double frexpl(long double value, int *); /* fundamentally !__pure2 */
-#if 0
long double hypotl(long double, long double);
-#endif
int ilogbl(long double) __pure2;
long double ldexpl(long double, int);
#if 0
OpenPOWER on IntegriCloud