diff options
Diffstat (limited to 'locale/xlocale.h')
-rw-r--r-- | locale/xlocale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/xlocale.h b/locale/xlocale.h index 62b1595..8096080 100644 --- a/locale/xlocale.h +++ b/locale/xlocale.h @@ -25,7 +25,7 @@ (almost) opaque type for the user level programs. The file and this data structure is not standardized. Don't rely on it. It can go away without warning. */ -typedef struct __locale_t +typedef struct __locale_struct { struct locale_data *__locales[6]; /* XXX LC_ALL should be used here */ |