math: fix expm1f overflow threshold
[musl] / src / math / sincos.c
index 49f8a09..35b2d92 100644 (file)
@@ -10,6 +10,7 @@
  * ====================================================
  */
 
+#define _GNU_SOURCE
 #include "libm.h"
 
 void sincos(double x, double *sin, double *cos)