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