* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
[official-gcc.git] / fixincludes / tests / base / ioLib.h
blobd570c895d571e2e95135171e0d978573d9a06177
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 */