diff options
Diffstat (limited to 'include/math.h')
-rw-r--r-- | include/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h index c50b2e7b0..34c042dc5 100644 --- a/include/math.h +++ b/include/math.h @@ -101,7 +101,7 @@ __BEGIN_DECLS && (!defined __NO_LONG_DOUBLE_MATH || defined __LDBL_COMPAT) # ifdef __LDBL_COMPAT -# ifdef __USE_ISOC99 +# ifdef __USE_ISOC99 extern float __nldbl_nexttowardf (float __x, long double __y) __THROW __attribute__ ((__const__)); # ifdef __REDIRECT_NTH |