]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-opt/nldbl-nextafter.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-nextafter.c
CommitLineData
0ecb606c
JJ
1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5nextafterl (double x, double y)
6{
7 return nextafter (x, y);
8}