Changeset 240b2e4 in mainline for abi/include/_bits/uchar.h
- Timestamp:
- 2025-04-13T19:05:55Z (3 months ago)
- Children:
- c7c6afd
- Parents:
- 62e3411 (diff), 28c39f3 (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. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-13 19:05:55)
- git-committer:
- GitHub <noreply@…> (2025-04-13 19:05:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/uchar.h
r62e3411 r240b2e4 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.