summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/math/nextafterl.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/mingwex/math/nextafterl.c')
-rwxr-xr-xwinsup/mingw/mingwex/math/nextafterl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/mingw/mingwex/math/nextafterl.c b/winsup/mingw/mingwex/math/nextafterl.c
index 84be44fb2..eaf6a3f03 100755
--- a/winsup/mingw/mingwex/math/nextafterl.c
+++ b/winsup/mingw/mingwex/math/nextafterl.c
@@ -59,3 +59,7 @@ nextafterl (long double x, long double y)
return u.ld;
}
+
+/* nexttowardl is the same function with a different name. */
+long double
+nexttowardl (long double, long double) __attribute__ ((alias("nextafterl")));