Add in the test result from the alpha___extern_prefix hack

From-SVN: r63618
This commit is contained in:
Bruce Korb 2003-03-01 20:27:46 +00:00
parent ae2a48ed70
commit 45fc3de25e

View File

@ -9,6 +9,11 @@
#if defined( ALPHA___EXTERN_PREFIX_CHECK )
# if defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX)
#endif /* ALPHA___EXTERN_PREFIX_CHECK */
#if defined( RS6000_FCHMOD_CHECK )
extern int fchmod(int, mode_t);
#endif /* RS6000_FCHMOD_CHECK */