OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [include/] [machine/] [types.h] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
#ifndef _MACHTYPES_H_
#ifndef _MACHTYPES_H_
#define _MACHTYPES_H_
#define _MACHTYPES_H_
 
 
/*
/*
 *  The following section is RTEMS specific and is needed to more
 *  The following section is RTEMS specific and is needed to more
 *  closely match the types defined in the BSD machine/types.h.
 *  closely match the types defined in the BSD machine/types.h.
 *  This is needed to let the RTEMS/BSD TCP/IP stack compile.
 *  This is needed to let the RTEMS/BSD TCP/IP stack compile.
 */
 */
#if defined(__rtems__)
#if defined(__rtems__)
#include <machine/_types.h>
#include <machine/_types.h>
#endif
#endif
 
 
#define _CLOCK_T_       unsigned long           /* clock() */
#define _CLOCK_T_       unsigned long           /* clock() */
#define _TIME_T_        long                    /* time() */
#define _TIME_T_        long                    /* time() */
#define _CLOCKID_T_     unsigned long
#define _CLOCKID_T_     unsigned long
#define _TIMER_T_       unsigned long
#define _TIMER_T_       unsigned long
 
 
#ifndef _HAVE_SYSTYPES
#ifndef _HAVE_SYSTYPES
typedef long int __off_t;
typedef long int __off_t;
typedef int __pid_t;
typedef int __pid_t;
#ifdef __GNUC__
#ifdef __GNUC__
__extension__ typedef long long int __loff_t;
__extension__ typedef long long int __loff_t;
#else
#else
typedef long int __loff_t;
typedef long int __loff_t;
#endif
#endif
#endif
#endif
 
 
#endif  /* _MACHTYPES_H_ */
#endif  /* _MACHTYPES_H_ */
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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