summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-21 23:18:07 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-21 23:18:07 +0000
commit80912f34883fb01c3a75db92821c9dc3d86ad322 (patch)
tree1da7fac1758c18ebbf22c3c5e741f8dda6be49fc /include
parent0576579a4bb60d27d0ffcc187ce2af096fe0c173 (diff)
disable obstack_printf in header, not supported
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
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 <obstack.h>. */
/* Write formatted output to an obstack. */