aboutsummaryrefslogtreecommitdiff
path: root/src/math/lgammal.c
diff options
context:
space:
mode:
authornsz <nsz@port70.net>2012-03-15 09:29:53 +0100
committernsz <nsz@port70.net>2012-03-15 09:29:53 +0100
commit40305f74bd70a575ce73260227ed3b64e0625b13 (patch)
treed063e1abd6b7b77d008a867c2af984ef6c0a64b5 /src/math/lgammal.c
parentefficient sincos based on sin and cos (diff)
downloadgrovel-40305f74bd70a575ce73260227ed3b64e0625b13.tar.gz
grovel-40305f74bd70a575ce73260227ed3b64e0625b13.tar.xz
in math.h make lgamma_r and non-double bessel _GNU_SOURCE only
long double and float bessel functions are no longer xsi extensions
Diffstat (limited to 'src/math/lgammal.c')
-rw-r--r--src/math/lgammal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/lgammal.c b/src/math/lgammal.c
index 603477c9..a33707ad 100644
--- a/src/math/lgammal.c
+++ b/src/math/lgammal.c
@@ -85,6 +85,7 @@
*
*/
+#define _GNU_SOURCE
#include "libm.h"
long double lgammal(long double x)