Changeset 240b2e4 in mainline for abi/include/_bits/mbstate_t.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 moved
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/mbstate_t.h
r62e3411 r240b2e4 1 1 /* 2 * Copyright (c) 202 0 Martin Decky2 * Copyright (c) 2025 Jiří Zárevúcky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup kernel_generic29 /** @addtogroup bits 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _ KERN_UCHAR_H_36 #define _ KERN_UCHAR_H_35 #ifndef _BITS_MBSTATE_T_H_ 36 #define _BITS_MBSTATE_T_H_ 37 37 38 #include <_bits/uchar.h> 38 typedef struct { 39 unsigned short continuation; 40 } mbstate_t; 39 41 40 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.