add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / y1.c
index 4aaf032..8af2a17 100644 (file)
@@ -1,6 +1,9 @@
+#define _DEFAULT_SOURCE 1
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "sanity/y1.h"