feature_tests.h 414 B

12345678910111213141516171819
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sys/feature_tests.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SOLARIS___RESTRICT_CHECK )
  7. #ifdef __cplusplus
  8. #define _RESTRICT_KYWD __restrict
  9. #else
  10. #define _RESTRICT_KYWD restrict
  11. #endif
  12. #endif /* SOLARIS___RESTRICT_CHECK */