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