X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgamma_r.c;h=d9fa1acaca7576acf1664fab4cc1b2385817584b;hb=d891546b2de2436b459fdc95dc0390226bb1ad8b;hp=2a5151eecd80d0c903a0732d4b54f2cefcfbfde3;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/lgamma_r.c b/src/math/lgamma_r.c index 2a5151e..d9fa1ac 100644 --- a/src/math/lgamma_r.c +++ b/src/math/lgamma_r.c @@ -1,3 +1,6 @@ +#define _DEFAULT_SOURCE 1 +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include #include "mtest.h"