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/sf_sin.c')
-rw-r--r--newlib/libm/math/sf_sin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libm/math/sf_sin.c b/newlib/libm/math/sf_sin.c
index da81845d9..c3ec6e2e4 100644
--- a/newlib/libm/math/sf_sin.c
+++ b/newlib/libm/math/sf_sin.c
@@ -14,6 +14,7 @@
*/
#include "fdlibm.h"
+#if __OBSOLETE_MATH
#ifdef __STDC__
float sinf(float x)
@@ -60,3 +61,4 @@
}
#endif /* defined(_DOUBLE_IS_32BITS) */
+#endif /* __OBSOLETE_MATH */