Changeset 29e7cc7 in mainline for abi/include/_bits/uchar.h
- Timestamp:
- 2025-04-18T15:14:10Z (2 months ago)
- Children:
- e77c3ed
- Parents:
- 800d188 (diff), 25fdb2d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/uchar.h
r800d188 r29e7cc7 46 46 #endif 47 47 48 typedef uint32_t char32_t; 48 typedef uint_least16_t char16_t; 49 typedef uint_least32_t char32_t; 49 50 50 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.