diff options
Diffstat (limited to 'lib/msun/src/math.h')
-rw-r--r-- | lib/msun/src/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index ba918a3..a5d16c5 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -439,8 +439,8 @@ long double logl(long double); long lrintl(long double); #endif long lroundl(long double); -#if 0 long double modfl(long double, long double *); /* fundamentally !__pure2 */ +#if 0 long double nanl(const char *) __pure2; long double nearbyintl(long double); #endif |