Rev 4211 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4211 | Rev 4234 | ||
---|---|---|---|
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 | ||
45 | typedef int32_t wchar_t; |
43 | typedef int32_t wchar_t; |
46 | 44 |