source: trunk/libs/newlib/src/newlib/libc/include/xlocale.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 235 bytes
Line 
1/* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
2
3#ifndef _XLOCALE_H
4#define _XLOCALE_H
5
6#include <newlib.h>
7#include <sys/config.h>
8
9struct __locale_t;
10typedef struct __locale_t *locale_t;
11
12#endif  /* _XLOCALE_H */
Note: See TracBrowser for help on using the repository browser.