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:
@@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include "libm.h"
|
||||
|
||||
double lgamma(double x)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include "libm.h"
|
||||
|
||||
float lgammaf(float x)
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include "libm.h"
|
||||
|
||||
long double lgammal(long double x)
|
||||
|
||||
Reference in New Issue
Block a user