OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [fixincludes/] [tests/] [base/] [time.h] - Diff between revs 266 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 266 Rev 384
/*  DO NOT EDIT THIS FILE.
/*  DO NOT EDIT THIS FILE.
 
 
    It has been auto-edited by fixincludes from:
    It has been auto-edited by fixincludes from:
 
 
        "fixinc/tests/inc/time.h"
        "fixinc/tests/inc/time.h"
 
 
    This had to be done to correct non-standard usages in the
    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */
    original, manufacturer supplied header file.  */
 
 
 
 
 
 
#if defined( VXWORKS_NEEDS_VXTYPES_CHECK )
#if defined( VXWORKS_NEEDS_VXTYPES_CHECK )
unsigned int    _clocks_per_sec;
unsigned int    _clocks_per_sec;
#endif  /* VXWORKS_NEEDS_VXTYPES_CHECK */
#endif  /* VXWORKS_NEEDS_VXTYPES_CHECK */
 
 
 
 
#if defined( VXWORKS_TIME_CHECK )
#if defined( VXWORKS_TIME_CHECK )
#ifndef __gcc_VOIDFUNCPTR_defined
#ifndef __gcc_VOIDFUNCPTR_defined
#ifdef __cplusplus
#ifdef __cplusplus
typedef void (*__gcc_VOIDFUNCPTR) (...);
typedef void (*__gcc_VOIDFUNCPTR) (...);
#else
#else
typedef void (*__gcc_VOIDFUNCPTR) ();
typedef void (*__gcc_VOIDFUNCPTR) ();
#endif
#endif
#define __gcc_VOIDFUNCPTR_defined
#define __gcc_VOIDFUNCPTR_defined
#endif
#endif
#define VOIDFUNCPTR __gcc_VOIDFUNCPTR
#define VOIDFUNCPTR __gcc_VOIDFUNCPTR
#endif  /* VXWORKS_TIME_CHECK */
#endif  /* VXWORKS_TIME_CHECK */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.