summaryrefslogtreecommitdiff
path: root/usr/src/head/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/string.h')
-rw-r--r--usr/src/head/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/string.h b/usr/src/head/string.h
index 99c941c5bd..ebdb64fb2a 100644
--- a/usr/src/head/string.h
+++ b/usr/src/head/string.h
@@ -97,7 +97,7 @@ extern char *strsignal(int);
#ifndef _LOCALE_T
#define _LOCALE_T
-typedef struct locale *locale_t;
+typedef struct _locale *locale_t;
#endif
extern int strcoll_l(const char *, const char *, locale_t);