Rev 4055 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4055 | Rev 4296 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef LIBC_SYS_TYPES_H_ |
35 | #ifndef LIBC_SYS_TYPES_H_ |
| 36 | #define LIBC_SYS_TYPES_H_ |
36 | #define LIBC_SYS_TYPES_H_ |
| 37 | 37 | ||
| 38 | #include <libarch/types.h> |
38 | #include <libarch/types.h> |
| 39 | 39 | ||
| 40 | typedef unsigned long size_t; |
- | |
| 41 | typedef signed long ssize_t; |
- | |
| 42 | typedef long off_t; |
40 | typedef long off_t; |
| 43 | typedef int mode_t; |
41 | typedef int mode_t; |
| 44 | 42 | ||
| - | 43 | typedef int32_t wchar_t; |
|
| - | 44 | ||
| 45 | typedef volatile uint8_t ioport8_t; |
45 | typedef volatile uint8_t ioport8_t; |
| 46 | typedef volatile uint16_t ioport16_t; |
46 | typedef volatile uint16_t ioport16_t; |
| 47 | typedef volatile uint32_t ioport32_t; |
47 | typedef volatile uint32_t ioport32_t; |
| 48 | 48 | ||
| 49 | #endif |
49 | #endif |