xref: /openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/time.h (revision c87b03e5)
1*c87b03e5Sespie /*  DO NOT EDIT THIS FILE.
2*c87b03e5Sespie 
3*c87b03e5Sespie     It has been auto-edited by fixincludes from:
4*c87b03e5Sespie 
5*c87b03e5Sespie 	"fixinc/tests/inc/time.h"
6*c87b03e5Sespie 
7*c87b03e5Sespie     This had to be done to correct non-standard usages in the
8*c87b03e5Sespie     original, manufacturer supplied header file.  */
9*c87b03e5Sespie 
10*c87b03e5Sespie #ifndef FIXINC_WRAP_TIME_H_M88K_MULTI_INCL
11*c87b03e5Sespie #define FIXINC_WRAP_TIME_H_M88K_MULTI_INCL 1
12*c87b03e5Sespie 
13*c87b03e5Sespie 
14*c87b03e5Sespie 
15*c87b03e5Sespie #if defined( M88K_MULTI_INCL_CHECK )
16*c87b03e5Sespie 
17*c87b03e5Sespie #endif  /* M88K_MULTI_INCL_CHECK */
18*c87b03e5Sespie 
19*c87b03e5Sespie 
20*c87b03e5Sespie #if defined( VXWORKS_NEEDS_VXTYPES_CHECK )
21*c87b03e5Sespie unsigned int	_clocks_per_sec;
22*c87b03e5Sespie #endif  /* VXWORKS_NEEDS_VXTYPES_CHECK */
23*c87b03e5Sespie 
24*c87b03e5Sespie 
25*c87b03e5Sespie #if defined( VXWORKS_TIME_CHECK )
26*c87b03e5Sespie #ifndef __gcc_VOIDFUNCPTR_defined
27*c87b03e5Sespie #ifdef __cplusplus
28*c87b03e5Sespie typedef void (*__gcc_VOIDFUNCPTR) (...);
29*c87b03e5Sespie #else
30*c87b03e5Sespie typedef void (*__gcc_VOIDFUNCPTR) ();
31*c87b03e5Sespie #endif
32*c87b03e5Sespie #define __gcc_VOIDFUNCPTR_defined
33*c87b03e5Sespie #endif
34*c87b03e5Sespie #define VOIDFUNCPTR __gcc_VOIDFUNCPTR
35*c87b03e5Sespie #endif  /* VXWORKS_TIME_CHECK */
36*c87b03e5Sespie 
37*c87b03e5Sespie #endif  /* FIXINC_WRAP_TIME_H_M88K_MULTI_INCL */
38