Forráskód Böngészése

disable obstack_printf in header, not supported

Peter S. Mazinger 18 éve
szülő
commit
80912f3488
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.  */