in math.h make lgamma_r and non-double bessel _GNU_SOURCE only

long double and float bessel functions are no longer xsi extensions
This commit is contained in:
nsz
2012-03-15 09:29:53 +01:00
parent 0144b45b71
commit 40305f74bd
4 changed files with 21 additions and 20 deletions
+1
View File
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include "libm.h"
double lgamma(double x)
+1
View File
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include "libm.h"
float lgammaf(float x)
+1
View File
@@ -85,6 +85,7 @@
*
*/
#define _GNU_SOURCE
#include "libm.h"
long double lgammal(long double x)