2016-07-25 02:47:36 -07:00
|
|
|
/* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
|
|
|
|
|
2017-03-21 13:21:30 -07:00
|
|
|
#ifndef _XLOCALE_H
|
|
|
|
#define _XLOCALE_H
|
2016-07-25 02:47:36 -07:00
|
|
|
|
|
|
|
#include <newlib.h>
|
|
|
|
#include <sys/config.h>
|
|
|
|
|
|
|
|
struct __locale_t;
|
|
|
|
typedef struct __locale_t *locale_t;
|
|
|
|
|
2017-03-21 13:21:30 -07:00
|
|
|
#endif /* _XLOCALE_H */
|