time.h 632 B

12345678910111213141516171819202122232425262728
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/time.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( VXWORKS_NEEDS_VXTYPES_CHECK )
  7. unsigned int _clocks_per_sec;
  8. #endif /* VXWORKS_NEEDS_VXTYPES_CHECK */
  9. #if defined( VXWORKS_TIME_CHECK )
  10. #ifndef __gcc_VOIDFUNCPTR_defined
  11. #ifdef __cplusplus
  12. typedef void (*__gcc_VOIDFUNCPTR) (...);
  13. #else
  14. typedef void (*__gcc_VOIDFUNCPTR) ();
  15. #endif
  16. #define __gcc_VOIDFUNCPTR_defined
  17. #endif
  18. #define VOIDFUNCPTR __gcc_VOIDFUNCPTR
  19. #endif /* VXWORKS_TIME_CHECK */