Changeset fbf4dc1 in mainline for uspace/lib/c/arch/sparc64/include/libarch/stdint.h
- Timestamp:
- 2015-09-20T19:12:13Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bea710f
- Parents:
- d6c98451
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/include/libarch/stdint.h
rd6c98451 rfbf4dc1 41 41 #define SIZE_MAX UINT64_MAX 42 42 43 typedef uint64_t size_t;44 45 43 #define UINTPTR_MAX UINT64_MAX 46 44 typedef uint64_t uintptr_t;
Note:
See TracChangeset
for help on using the changeset viewer.