From 4cca91e9f0b67a157292bbd3763418f93bb1db6d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:52:46 +0000 Subject: Mark functions as GNU extensions --- libc/stdio/asprintf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/stdio/asprintf.c') diff --git a/libc/stdio/asprintf.c b/libc/stdio/asprintf.c index f5ccfcc7c..3f1992559 100644 --- a/libc/stdio/asprintf.c +++ b/libc/stdio/asprintf.c @@ -5,6 +5,9 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#include + +#ifdef __USE_GNU #include "_stdio.h" #include @@ -30,3 +33,4 @@ int asprintf(char **__restrict buf, const char * __restrict format, ...) libc_hidden_def(asprintf) #endif +#endif -- cgit v1.2.3