Changeset 29e7cc7 in mainline for abi/include
- Timestamp:
- 2025-04-18T15:14:10Z (11 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. - Location:
- abi/include
- Files:
-
- 2 edited
- 1 moved
-
_bits/mbstate_t.h (moved) (moved from uspace/lib/c/include/uchar.h ) (3 diffs)
-
_bits/uchar.h (modified) (1 diff)
-
abi/syscall.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/mbstate_t.h
r800d188 r29e7cc7 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 libc29 /** @addtogroup bits 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _ LIBC_UCHAR_H_36 #define _ LIBC_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 state; 40 } mbstate_t; 39 41 40 42 #endif -
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 -
abi/include/abi/syscall.h
r800d188 r29e7cc7 110 110 SYS_DEBUG_CONSOLE, 111 111 112 SYS_KLOG 112 SYS_KLOG, 113 SYS_KIO_READ, 113 114 } syscall_t; 114 115
Note:
See TracChangeset
for help on using the changeset viewer.
