Changeset 2ac85ba in mainline
- Timestamp:
- 2009-06-03T19:09:20Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ddd90c
- Parents:
- 67e4c35
- Location:
- uspace/lib/libc/arch
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/amd64/include/types.h
r67e4c35 r2ac85ba 50 50 typedef int64_t ssize_t; 51 51 typedef uint64_t size_t; 52 typedef uint64_t count_t;53 typedef uint64_t index_t;54 52 55 53 typedef uint64_t uintptr_t; -
uspace/lib/libc/arch/arm32/include/types.h
r67e4c35 r2ac85ba 51 51 typedef int32_t ssize_t; 52 52 typedef uint32_t size_t; 53 typedef uint32_t count_t;54 typedef uint32_t index_t;55 53 56 54 typedef uint32_t uintptr_t; -
uspace/lib/libc/arch/ia32/include/types.h
r67e4c35 r2ac85ba 50 50 typedef int32_t ssize_t; 51 51 typedef uint32_t size_t; 52 typedef uint32_t count_t;53 typedef uint32_t index_t;54 52 55 53 typedef uint32_t uintptr_t; -
uspace/lib/libc/arch/ia64/include/types.h
r67e4c35 r2ac85ba 50 50 typedef int64_t ssize_t; 51 51 typedef uint64_t size_t; 52 typedef uint64_t count_t;53 typedef uint64_t index_t;54 52 55 53 typedef uint64_t uintptr_t; -
uspace/lib/libc/arch/mips32/include/types.h
r67e4c35 r2ac85ba 51 51 typedef int32_t ssize_t; 52 52 typedef uint32_t size_t; 53 typedef uint32_t count_t;54 typedef uint32_t index_t;55 53 56 54 typedef uint32_t uintptr_t; -
uspace/lib/libc/arch/ppc32/include/types.h
r67e4c35 r2ac85ba 50 50 typedef int32_t ssize_t; 51 51 typedef uint32_t size_t; 52 typedef uint32_t count_t;53 typedef uint32_t index_t;54 52 55 53 typedef uint32_t uintptr_t; -
uspace/lib/libc/arch/sparc64/include/types.h
r67e4c35 r2ac85ba 50 50 typedef int64_t ssize_t; 51 51 typedef uint64_t size_t; 52 typedef uint64_t count_t;53 typedef uint64_t index_t;54 52 55 53 typedef uint64_t uintptr_t;
Note:
See TracChangeset
for help on using the changeset viewer.