Changeset 29e7cc7 in mainline for abi/include/_bits/mbstate_t.h


Ignore:
Timestamp:
2025-04-18T15:14:10Z (2 months ago)
Author:
Miroslav Cimerman <mc@…>
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.
Message:

Merge branch 'upstream/master' into helenraid

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abi/include/_bits/mbstate_t.h

    r800d188 r29e7cc7  
    11/*
    2  * Copyright (c) 2020 Martin Decky
     2 * Copyright (c) 2025 Jiří Zárevúcky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup bits
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_UCHAR_H_
    36 #define _LIBC_UCHAR_H_
     35#ifndef _BITS_MBSTATE_T_H_
     36#define _BITS_MBSTATE_T_H_
    3737
    38 #include <_bits/uchar.h>
     38typedef struct {
     39        unsigned short state;
     40} mbstate_t;
    3941
    4042#endif
Note: See TracChangeset for help on using the changeset viewer.