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/fmemopen.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/stdio/fmemopen.c') diff --git a/libc/stdio/fmemopen.c b/libc/stdio/fmemopen.c index 7f6021ca4..a78d56efc 100644 --- a/libc/stdio/fmemopen.c +++ b/libc/stdio/fmemopen.c @@ -5,6 +5,9 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#include + +#ifdef __USE_GNU #include "_stdio.h" libc_hidden_proto(memcpy) @@ -177,3 +180,4 @@ FILE *fmemopen(void *s, size_t len, const char *modes) return NULL; } +#endif -- cgit v1.2.3