From 96c837f0ca50aa9e625fdbc5fb9ba088fc99405d Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 10 May 2005 08:39:07 +0000 Subject: * mingwex/math/nexttoward.c: New file. * mingwex/math/nexttowardf.c: New file. * mingwex/math/nextafterl.c: Add nexttowardl aliaa. * mingwex/Makefile.in (MATH_DISTFILES): Add nexttoward.c, mexttowardf.c, (MATH_OBJS): Add nexttoward.o, mexttowardf.o, * include/math.h (nexttoward, nextowardf, nexttowardl): Add prototypes. --- winsup/mingw/mingwex/math/nextafterl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/mingw/mingwex/math/nextafterl.c') 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"))); -- cgit v1.2.3