X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpow10.c;h=b5d2a8333251f46bd89d26293fd05491785b884c;hb=2064be16d307b6409cd518303897cd0763cfdb97;hp=f980ce8742850b7c19cdf89cf1d78c9e25e0f865;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/pow10.c b/src/math/pow10.c index f980ce8..b5d2a83 100644 --- a/src/math/pow10.c +++ b/src/math/pow10.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE 1 #include #include #include "mtest.h"