/* Definition of opaque POSIX-1.2008 type locale_t for userspace. */ #ifndef _XLOCALE_H #define _XLOCALE_H #include #include struct __locale_t; typedef struct __locale_t *locale_t; #endif /* _XLOCALE_H */