mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
7 lines
215 B
C
7 lines
215 B
C
#ifndef _LOCALE_T_DECL
|
|
#define _LOCALT_T_DECL
|
|
/* TODO: figure out what this does and typedef it properly. This is just a
|
|
temporary assignment. */
|
|
typedef int __locale_t;
|
|
typedef __locale_t locale_t;
|
|
#endif
|