From 80912f34883fb01c3a75db92821c9dc3d86ad322 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 21 Sep 2005 23:18:07 +0000 Subject: disable obstack_printf in header, not supported --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/stdio.h b/include/stdio.h index 54997f8c4..68e2ba585 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -790,7 +790,7 @@ extern char *cuserid (char *__s); #endif /* Use X/Open, but not issue 6. */ -#ifdef __USE_GNU +#if 0 /* def __USE_GNU uClibc note: not supported */ struct obstack; /* See . */ /* Write formatted output to an obstack. */ -- cgit v1.2.3