summaryrefslogtreecommitdiff
path: root/lib/mlibc/options/ansi/musl-generic-math/nexttowardl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/options/ansi/musl-generic-math/nexttowardl.c')
-rw-r--r--lib/mlibc/options/ansi/musl-generic-math/nexttowardl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mlibc/options/ansi/musl-generic-math/nexttowardl.c b/lib/mlibc/options/ansi/musl-generic-math/nexttowardl.c
deleted file mode 100644
index 67a6340..0000000
--- a/lib/mlibc/options/ansi/musl-generic-math/nexttowardl.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <math.h>
-
-long double nexttowardl(long double x, long double y)
-{
- return nextafterl(x, y);
-}