X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammaf.c;h=d20176b7d7c35f9af9568c90cc43889124268959;hb=ea45c84bfba9dc8d703e963b18948b886fcd614e;hp=265d8d9e0ddd0204d770a295d076367e56ab8760;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/lgammaf.c b/src/math/lgammaf.c index 265d8d9..d20176b 100644 --- a/src/math/lgammaf.c +++ b/src/math/lgammaf.c @@ -1,3 +1,5 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include #include "mtest.h"