Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / fixincludes / tests / base / ioLib.h
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 )
13 extern int ioctl ( int asdf1234, int jkl , int qwerty ) ;
14 #endif  /* VXWORKS_IOCTL_MACRO_CHECK */
15
16
17 #if defined( VXWORKS_WRITE_CONST_CHECK )
18 extern int  write (int, const char*, size_t);
19 #endif  /* VXWORKS_WRITE_CONST_CHECK */