X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgamma.c;h=381e2d337328b0311d8379fea9adb4b387a932eb;hb=2227e47c7bb04b9c9acabce914b06b1d78f48551;hp=a838bc889e807f6872f8d6bcd440423d396c29a4;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/lgamma.c b/src/math/lgamma.c index a838bc8..381e2d3 100644 --- a/src/math/lgamma.c +++ b/src/math/lgamma.c @@ -1,3 +1,5 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include #include "mtest.h"