Browse Source

disable obstack_printf in header, not supported

Peter S. Mazinger 18 years ago
parent
commit
80912f3488
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/stdio.h

+ 1 - 1
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 <obstack.h>.  */
 
 /* Write formatted output to an obstack.  */