diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-16 21:16:32 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-16 21:16:32 -0400 |
commit | de7db6e927e568c52eaffeb51d7726a094ed0180 (patch) | |
tree | 8c144d5ad32b3061ce34a01eb5d346d5a409b95c /src/math/jnf.c | |
parent | 93a50a26cd0f9efc59cc83daae7b2d916b327ab1 (diff) | |
download | musl-de7db6e927e568c52eaffeb51d7726a094ed0180.tar.gz musl-de7db6e927e568c52eaffeb51d7726a094ed0180.tar.xz musl-de7db6e927e568c52eaffeb51d7726a094ed0180.zip |
fix namespace issues for lgamma, etc.
standard functions cannot depend on nonstandard symbols
Diffstat (limited to 'src/math/jnf.c')
-rw-r--r-- | src/math/jnf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/jnf.c b/src/math/jnf.c index 648db32b..b0b36e6b 100644 --- a/src/math/jnf.c +++ b/src/math/jnf.c @@ -13,6 +13,7 @@ * ==================================================== */ +#define _GNU_SOURCE #include "libm.h" static const float |