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