(do_test): Make sure the helper process is terminating when the test
[glibc/history.git] / sysdeps / ieee754 / ldbl-opt / nldbl-nearbyint.c
blobfd4a24684d151dca7a8066f3ebfb5390ce1767d8
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 nearbyintl (double x)
7 return nearbyint (x);