Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/wf_sincos.c')
-rw-r--r--newlib/libm/math/wf_sincos.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libm/math/wf_sincos.c b/newlib/libm/math/wf_sincos.c
index 69eb922c9..477c60401 100644
--- a/newlib/libm/math/wf_sincos.c
+++ b/newlib/libm/math/wf_sincos.c
@@ -1,8 +1,6 @@
/* sincos -- currently no more efficient than two separate calls to
sin and cos. */
#include "fdlibm.h"
-#if __OBSOLETE_MATH
-
#include <errno.h>
#ifdef __STDC__
@@ -33,4 +31,3 @@
*cosx = cosf((float) x);
}
#endif /* defined(_DOUBLE_IS_32BITS) */
-#endif /* __OBSOLETE_MATH */