X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammal.c;fp=src%2Fmath%2Flgammal.c;h=37047f968efb78ce45bca89f828f4657886a1cad;hb=7b5ccd5b5297e4a0e413a1517699fbfb5bb575be;hp=e1cdd1295268e062e47728f7ca288c46214a3b0c;hpb=1d2537bb217f8a18b9c590352c3de9d63aedce40;p=libc-test diff --git a/src/math/lgammal.c b/src/math/lgammal.c index e1cdd12..37047f9 100644 --- a/src/math/lgammal.c +++ b/src/math/lgammal.c @@ -1,3 +1,5 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include #include "mtest.h"