X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fscalbf.c;fp=src%2Fmath%2Fscalbf.c;h=c24915301c606bacefe8cd0b894404773696d668;hp=3754282e2e7b3cc9247fc3288b66edfd67b04046;hb=7b5ccd5b5297e4a0e413a1517699fbfb5bb575be;hpb=1d2537bb217f8a18b9c590352c3de9d63aedce40 diff --git a/src/math/scalbf.c b/src/math/scalbf.c index 3754282..c249153 100644 --- a/src/math/scalbf.c +++ b/src/math/scalbf.c @@ -1,3 +1,5 @@ +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include #include "mtest.h"