math: correct-rounding check in remainder functions and 1ulp check in hypot
[libc-test] / src / math / lgammaf.c
index 265d8d9..d20176b 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"