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/dprintf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/stdio/dprintf.c') diff --git a/libc/stdio/dprintf.c b/libc/stdio/dprintf.c index 6e24374cd..a8b2704b2 100644 --- a/libc/stdio/dprintf.c +++ b/libc/stdio/dprintf.c @@ -5,6 +5,9 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#include + +#ifdef __USE_GNU #include "_stdio.h" #include @@ -21,3 +24,4 @@ int dprintf(int filedes, const char * __restrict format, ...) return rv; } +#endif -- cgit v1.2.3