X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Flgamma_r.c;h=d9fa1acaca7576acf1664fab4cc1b2385817584b;hp=78b66eacfe7d47ef00b2866df882459d1c070e19;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;ds=sidebyside diff --git a/src/math/lgamma_r.c b/src/math/lgamma_r.c index 78b66ea..d9fa1ac 100644 --- a/src/math/lgamma_r.c +++ b/src/math/lgamma_r.c @@ -1,6 +1,9 @@ +#define _DEFAULT_SOURCE 1 +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct d_di t[] = { #include "sanity/lgamma_r.h"