summaryrefslogtreecommitdiff
path: root/wcsmbs/wcscasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcscasecmp.c')
-rw-r--r--wcsmbs/wcscasecmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcscasecmp.c b/wcsmbs/wcscasecmp.c
index dee604a9a9..e2d7f7ce84 100644
--- a/wcsmbs/wcscasecmp.c
+++ b/wcsmbs/wcscasecmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -35,7 +35,7 @@
#endif
#ifdef USE_IN_EXTENDED_LOCALE_MODEL
-# define LOCALE_PARAM , __locale_t loc
+# define LOCALE_PARAM , locale_t loc
#else
# define LOCALE_PARAM
#endif