ioLib.h 614 B

123456789101112131415161718192021222324
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/ioLib.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( VXWORKS_IOCTL_MACRO_CHECK )
  7. extern int ioctl ( int asdf1234, int jkl , int qwerty ) ;
  8. #endif /* VXWORKS_IOCTL_MACRO_CHECK */
  9. #if defined( VXWORKS_WRITE_CONST_CHECK )
  10. extern int write (int, const char*, size_t);
  11. #endif /* VXWORKS_WRITE_CONST_CHECK */
  12. #if defined( VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK )
  13. #include <unistd.h>
  14. #endif /* VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK */