Changeset bb74dabe in mainline
- Timestamp:
- 2011-08-21T16:48:51Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c05642d
- Parents:
- ec7f8b1
- Location:
- uspace/lib/c/arch
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/include/types.h
rec7f8b1 rbb74dabe 51 51 typedef uint32_t size_t; 52 52 53 typedef int32_t intptr_t;54 53 typedef uint32_t uintptr_t; 55 54 typedef int32_t intptr_t; -
uspace/lib/c/arch/amd64/include/types.h
rec7f8b1 rbb74dabe 51 51 typedef uint64_t size_t; 52 52 53 typedef int64_t intptr_t;54 53 typedef uint64_t uintptr_t; 55 54 typedef int64_t intptr_t; -
uspace/lib/c/arch/arm32/include/types.h
rec7f8b1 rbb74dabe 52 52 typedef uint32_t size_t; 53 53 54 typedef int32_t intptr_t;55 54 typedef uint32_t uintptr_t; 56 55 typedef int32_t intptr_t; -
uspace/lib/c/arch/ia32/include/types.h
rec7f8b1 rbb74dabe 51 51 typedef uint32_t size_t; 52 52 53 typedef int32_t intptr_t;54 53 typedef uint32_t uintptr_t; 55 54 typedef int32_t intptr_t; -
uspace/lib/c/arch/ia64/include/types.h
rec7f8b1 rbb74dabe 61 61 typedef uint64_t size_t; 62 62 63 typedef int64_t intptr_t;64 63 typedef uint64_t uintptr_t; 65 64 typedef int64_t intptr_t; -
uspace/lib/c/arch/mips32/include/types.h
rec7f8b1 rbb74dabe 52 52 typedef uint32_t size_t; 53 53 54 typedef int32_t intptr_t;55 54 typedef uint32_t uintptr_t; 56 55 typedef int32_t intptr_t; -
uspace/lib/c/arch/ppc32/include/types.h
rec7f8b1 rbb74dabe 51 51 typedef uint32_t size_t; 52 52 53 typedef int32_t intptr_t;54 53 typedef uint32_t uintptr_t; 55 54 typedef int32_t intptr_t; -
uspace/lib/c/arch/sparc64/include/types.h
rec7f8b1 rbb74dabe 51 51 typedef uint64_t size_t; 52 52 53 typedef int64_t intptr_t;54 53 typedef uint64_t uintptr_t; 55 54 typedef int64_t intptr_t;
Note:
See TracChangeset
for help on using the changeset viewer.