1 /* Copyright (c) 2016 Corinna Vinschen <corinna@vinschen.de> */
2 /* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
3 
4 #ifndef	_SYS__LOCALE_H
5 #define _SYS__LOCALE_H
6 
7 struct __locale_t;
8 typedef struct __locale_t *locale_t;
9 
10 #endif	/* _SYS__LOCALE_H */
11