mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
69929490eb
Fixes #18369.
13 lines
186 B
C
13 lines
186 B
C
/*
|
|
* Copyright 2022 Haiku, Inc. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _LOCALE_T_H_
|
|
#define _LOCALE_T_H_
|
|
|
|
|
|
typedef void* locale_t;
|
|
|
|
|
|
#endif
|