From 4e563b6d98d0f990384486a8a9db7dadbf956de9 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 30 Mar 2008 20:03:46 +0000 Subject: Hook hypotl() and cabsl() up to the build. --- lib/msun/src/math.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/msun/src') 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 -- cgit v1.1