diff options
Diffstat (limited to 'usr/src/head/strings.h')
-rw-r--r-- | usr/src/head/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/strings.h b/usr/src/head/strings.h index ef466cc4fa..1cbbbea0ac 100644 --- a/usr/src/head/strings.h +++ b/usr/src/head/strings.h @@ -67,7 +67,7 @@ extern int strncasecmp(const char *, const char *, size_t); #if defined(_XPG7) #ifndef _LOCALE_T #define _LOCALE_T -typedef struct locale *locale_t; +typedef struct _locale *locale_t; #endif extern int strcasecmp_l(const char *, const char *, locale_t); extern int strncasecmp_l(const char *, const char *, size_t, locale_t); |