add feature test macros to non-c99 math tests
[libc-test] / src / math / y1.c
index 12e99e5..6bf5135 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"