remove unused refcnt field for shared libraries
[musl] / src / math / j0f.c
index 4b0ee3b..45883dc 100644 (file)
@@ -13,6 +13,7 @@
  * ====================================================
  */
 
+#define _GNU_SOURCE
 #include "libm.h"
 
 static float pzerof(float), qzerof(float);