first commit of the new libm!
[musl] / src / math / s_ldexp.c
diff --git a/src/math/s_ldexp.c b/src/math/s_ldexp.c
deleted file mode 100644 (file)
index f4d1cd6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <math.h>
-
-double ldexp(double x, int n)
-{
-       return scalbn(x, n);
-}