]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ia64/fpu/s_sincosf.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / ia64 / fpu / s_sincosf.c
index efd0fe303818276df5cb1e92742161fba33ce632..41254ae60a03a2e76edd28d3adcc68e182966cb2 100644 (file)
@@ -1,9 +1 @@
-#include <math.h>
-
-void
-__sincosf (float x, float *s, float *c)
-{
-  *s = sinf (x);
-  *c = cosf (x);
-}
-weak_alias (__sincosf, sincosf)
+/* Not needed. */