MATCH: Remove redundant pattern for `(x | y) & ~x`
[official-gcc.git] / fixincludes / tests / base / ioLib.h
bloba3ff6c1eb86ab99045dca45b70b1fc3a0153d110
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/ioLib.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( VXWORKS_IOCTL_MACRO_CHECK )
13 extern int ioctl ( int asdf1234, int jkl , int qwerty ) ;
14 #endif /* VXWORKS_IOCTL_MACRO_CHECK */
17 #if defined( VXWORKS_WRITE_CONST_CHECK )
18 extern int write (int, const char*, size_t);
19 #endif /* VXWORKS_WRITE_CONST_CHECK */
22 #if defined( VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK )
23 #include <unistd.h>
24 #endif /* VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK */