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 5ac6e56..ba918a3 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -464,8 +464,8 @@ long double sqrtl(long double); long double tanhl(long double); long double tanl(long double); long double tgammal(long double); -long double truncl(long double); #endif +long double truncl(long double); #endif /* __ISO_C_VISIBLE >= 1999 */ __END_DECLS |