Changeset 696b405 in mainline for abi/include/_bits/mbstate_t.h
- Timestamp:
- 2025-04-13T12:54:10Z (9 months ago)
- Branches:
- master
- Children:
- 9daee3de
- Parents:
- 7d1497c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 10:13:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 12:54:10)
- File:
-
- 1 moved
-
abi/include/_bits/mbstate_t.h (moved) (moved from kernel/generic/include/uchar.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/mbstate_t.h
r7d1497c r696b405 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.
