Changeset 23c8acd9 in mainline for uspace/lib/c/arch/ia64/include/libarch
- Timestamp:
- 2017-06-09T21:26:31Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a3879
- Parents:
- c09ff7b
- Location:
- uspace/lib/c/arch/ia64/include/libarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/stddef.h
rc09ff7b r23c8acd9 39 39 40 40 typedef uint64_t size_t; 41 typedef int64_t ssize_t; 41 42 typedef int64_t ptrdiff_t; 42 43 -
uspace/lib/c/arch/ia64/include/libarch/types.h
rc09ff7b r23c8acd9 48 48 typedef int64_t native_t; 49 49 50 typedef int64_t ssize_t;51 52 50 typedef uint64_t atomic_count_t; 53 51 typedef int64_t atomic_signed_t;
Note:
See TracChangeset
for help on using the changeset viewer.