summaryrefslogtreecommitdiff
path: root/string/strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strcoll.c')
-rw-r--r--string/strcoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strcoll.c b/string/strcoll.c
index dc1bb2aaaa..a4bbabc2ac 100644
--- a/string/strcoll.c
+++ b/string/strcoll.c
@@ -71,7 +71,7 @@ STRCOLL (s1, s2)
{
int s1ignore = 0;
int s2ignore = 0;
- u32_t w1, w2;
+ u_int32_t w1, w2;
/* Here we have to check for IGNORE entries. If these are
found we count them and go on witht he next value. */