ioLib.h 493 B

1234567891011121314151617181920
  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 */