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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [include/] [sys/] [_types.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1005 ivang
/* ANSI C namespace clean utility typedefs */
2
 
3
/* This file defines various typedefs needed by the system calls that support
4
   the C library.  Basically, they're just the POSIX versions with an '_'
5
   prepended.  This file lives in the `sys' directory so targets can provide
6
   their own if desired (or they can put target dependant conditionals here).
7
*/
8
 
9
#ifndef _SYS__TYPES_H
10
#define _SYS__TYPES_H
11
 
12
typedef long _off_t;
13
typedef long _ssize_t;
14
 
15
#endif  /* _SYS__TYPES_H */

powered by: WebSVN 2.1.0

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