From 3075f7e847b0c717959054b86360722326dbde1e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 20 Feb 2011 17:19:37 -0500 Subject: cleanup asprintf stuff --- src/stdio/asprintf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stdio/asprintf.c') 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; -- cgit v1.2.1