math: correct-rounding check in remainder functions and 1ulp check in hypot
[libc-test] / src / math / y1.c
index 4aaf032..6bf5135 100644 (file)
@@ -1,6 +1,8 @@
+#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"