xref: /haiku/headers/posix/locale_t.h (revision 69929490eb258c672307382e35411b1e0d7901d5)
1 /*
2  * Copyright 2022 Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _LOCALE_T_H_
6 #define _LOCALE_T_H_
7 
8 
9 typedef void* locale_t;
10 
11 
12 #endif
13