Changeset f444633 in mainline for abi/include/_bits/mbstate_t.h
- Timestamp:
- 2025-04-15T22:42:20Z (9 months ago)
- Children:
- 1d3ae66
- Parents:
- b6061f8c (diff), 65bf084 (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-15 22:42:20)
- git-committer:
- GitHub <noreply@…> (2025-04-15 22:42:20)
- File:
-
- 1 edited
-
abi/include/_bits/mbstate_t.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/mbstate_t.h
rb6061f8c rf444633 37 37 38 38 typedef struct { 39 unsigned short continuation;39 unsigned short state; 40 40 } mbstate_t; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.
