diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-nexttoward.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-nexttoward.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-nexttoward.c b/sysdeps/ieee754/ldbl-opt/nldbl-nexttoward.c deleted file mode 100644 index acbd01a0cf..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-nexttoward.c +++ /dev/null @@ -1,14 +0,0 @@ -#define nexttoward nexttoward_XXX -#define nexttowardl nexttowardl_XXX -#include "nldbl-compat.h" -#undef nexttoward -#undef nexttowardl - -double -attribute_hidden -nexttoward (double x, double y) -{ - return nextafter (x, y); -} -extern __typeof (nexttoward) nexttowardl attribute_hidden; -strong_alias (nexttoward, nexttowardl) |