소스 검색

disable obstack_printf in header, not supported

Peter S. Mazinger 18 년 전
부모
커밋
80912f3488
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.  */