Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2541 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef LIBC_ppc32_TYPES_H_ |
35 | #ifndef LIBC_ppc32_TYPES_H_ |
36 | #define LIBC_ppc32_TYPES_H_ |
36 | #define LIBC_ppc32_TYPES_H_ |
37 | 37 | ||
38 | typedef unsigned int sysarg_t; |
38 | typedef unsigned int sysarg_t; |
39 | typedef unsigned int size_t; |
- | |
40 | typedef signed int ssize_t; |
- | |
41 | typedef ssize_t off_t; |
- | |
42 | 39 | ||
43 | typedef char int8_t; |
40 | typedef char int8_t; |
44 | typedef short int int16_t; |
41 | typedef short int int16_t; |
45 | typedef int int32_t; |
42 | typedef int int32_t; |
46 | typedef long long int int64_t; |
43 | typedef long long int int64_t; |