add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / lrintl.c
index bdb5d20..653b4b4 100644 (file)
@@ -1,6 +1,6 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_i t[] = {
 #if LDBL_MANT_DIG == 53
@@ -37,7 +37,7 @@ int main(void)
                        printf(" got %s\n", estr(e));
                        err++;
                }
-               if (yi != p->i) {
+               if (!(p->e&INVALID) && yi != p->i) {
                        printf("%s:%d: %s lrintl(%La) want %lld got %lld\n",
                                p->file, p->line, rstr(p->r), p->x, p->i, yi);
                        err++;