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