about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-nextafter.c
blob: b0bae43f494092a6de0bddf0a6b3968823f2bd0c (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
nextafterl (double x, double y)
{
  return nextafter (x, y);
}