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