Commit 45fc3de2 by Bruce Korb

Add in the test result from the alpha___extern_prefix hack

From-SVN: r63618
parent ae2a48ed
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment