sortix-mirror/libc/decl/locale_t.h
2012-12-14 14:13:36 +01:00

5 lines
82 B
C

#ifndef _LOCALE_T_DECL
#define _LOCALT_T_DECL
typedef __locale_t locale_t;
#endif