summaryrefslogtreecommitdiff
path: root/locale/programs/locale-spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/locale-spec.c')
-rw-r--r--locale/programs/locale-spec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c
index 80c9354dea..01dfe1ed60 100644
--- a/locale/programs/locale-spec.c
+++ b/locale/programs/locale-spec.c
@@ -1,5 +1,5 @@
/* Handle special requests.
- Copyright (C) 1996-2016 Free Software Foundation, Inc.
+ Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@@ -53,7 +53,7 @@ locale_special (const char *name, int show_category_name,
size_t cnt;
for (cnt = 0; cnt < nelem; ++cnt)
- if (__collate_element_hash[2 * cnt] != (~((u_int32_t) 0)))
+ if (__collate_element_hash[2 * cnt] != (~((uint32_t) 0)))
{
size_t idx = __collate_element_hash[2 * cnt];