From 7ae07d4f028849d30b4f260b3261d634f16d7331 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 1 Nov 2011 19:18:48 -0500 Subject: libm: implement a generic sincos(). We already provide sincos() on some archs, so we should ship a generic version. Signed-off-by: William Pitcock Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/bits/mathcalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/mathcalls.h') diff --git a/libc/sysdeps/linux/common/bits/mathcalls.h b/libc/sysdeps/linux/common/bits/mathcalls.h index 1e92b527e..013d2b2a7 100644 --- a/libc/sysdeps/linux/common/bits/mathcalls.h +++ b/libc/sysdeps/linux/common/bits/mathcalls.h @@ -90,7 +90,7 @@ __MATHCALLI (sinh,, (_Mdouble_ __x)) __MATHCALLI (tanh,, (_Mdouble_ __x)) _Mdouble_END_NAMESPACE -#if 0 /*def __USE_GNU*/ +#if defined __USE_GNU /* Cosine and sine of X. */ __MATHDECL (void,sincos,, (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx)) -- cgit v1.2.3