Add fix test from irix_stdio_dummy_va_list

From-SVN: r42628
This commit is contained in:
Bruce Korb 2001-05-26 15:46:38 +00:00
parent a5f1c5aa3b
commit 97472fd6e9
1 changed files with 5 additions and 0 deletions

View File

@ -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();