scalbn special cases
[libc-test] / src / math / sincosl.c
index 85859b3..82dc65d 100644 (file)
@@ -1,6 +1,7 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_ll t[] = {
 #if LDBL_MANT_DIG == 53