disable obstack_printf

Peter S. Mazinger ps.m at gmx.net
Wed Aug 31 11:22:56 UTC 2005


Hello!

The headers define obstack_printf, but the function is not implemented,
attached patch corrects this.

Thanks, Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2
-------------- next part --------------
--- uClibc/include/stdio.h.mps	2005-08-28 17:13:20 +0200
+++ uClibc/include/stdio.h	2005-08-28 17:14:00 +0200
@@ -790,7 +790,7 @@
 #endif /* Use X/Open, but not issue 6.  */
 
 
-#ifdef	__USE_GNU
+#if 0 /* ifdef	__USE_GNU */
 struct obstack;			/* See <obstack.h>.  */
 
 /* Write formatted output to an obstack.  */


More information about the uClibc mailing list