projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f1c5a
)
Add fix test from irix_stdio_dummy_va_list
author
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 15:46:38 +0000
(15:46 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 15:46:38 +0000
(15:46 +0000)
From-SVN: r42628
gcc/fixinc/tests/base/stdio.h
patch
|
blob
|
history
diff --git
a/gcc/fixinc/tests/base/stdio.h
b/gcc/fixinc/tests/base/stdio.h
index c2e82a134fe045f8ca3fa6bd13cdaa209225b9bf..a7b455019d52f56319bfe80501df26840e91cf90 100644
(file)
--- a/
gcc/fixinc/tests/base/stdio.h
+++ b/
gcc/fixinc/tests/base/stdio.h
@@
-26,6
+26,11
@@
int foo;
#endif /* ISC_OMITS_WITH_STDC_CHECK */
+#if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK )
+extern int printf( const char *, __gnuc_va_list );
+#endif /* IRIX_STDIO_DUMMY_VA_LIST_CHECK */
+
+
#if defined( READ_RET_TYPE_CHECK )
extern unsigned int fread(), fwrite();
extern int fclose(), fflush(), foo();