1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/decl/locale_t.h

8 lines
215 B
C
Raw Normal View History

2011-08-05 14:25:00 +02:00
#ifndef _LOCALE_T_DECL
#define _LOCALT_T_DECL
2013-01-16 01:45:51 +01:00
/* TODO: figure out what this does and typedef it properly. This is just a
temporary assignment. */
typedef int __locale_t;
2011-08-05 14:25:00 +02:00
typedef __locale_t locale_t;
#endif