X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fasprintf.c;h=4ec83534e05827134f2ef3ce888bf76da2075972;hb=5afc74fbaa2371f30df0dc9fb7bc3afe6bd96137;hp=79e59c2db9a76e094564a2e68d2df11ce595eda4;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/stdio/asprintf.c b/src/stdio/asprintf.c index 79e59c2d..4ec83534 100644 --- a/src/stdio/asprintf.c +++ b/src/stdio/asprintf.c @@ -1,8 +1,7 @@ +#define _GNU_SOURCE #include #include -int vasprintf(char **, const char *, va_list); - int asprintf(char **s, const char *fmt, ...) { int ret;