math: fix the type of the return value
[libc-test] / src / math / nexttowardf.c
index 9e4b180..0ba0c43 100644 (file)
@@ -18,7 +18,7 @@ static struct ll_l t[] = {
 int main(void)
 {
        #pragma STDC FENV_ACCESS ON
-       long double y;
+       float y;
        float d;
        int e, i, err = 0;
        struct ll_l *p;