remove accidentally committed core, add festenv, fegetenv test
[libc-test] / src / math / lgammal.c
index c5f6041..37047f9 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 l_li t[] = {
 #if LDBL_MANT_DIG == 53