summaryrefslogtreecommitdiff
path: root/locale/global-locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/global-locale.c')
-rw-r--r--locale/global-locale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/global-locale.c b/locale/global-locale.c
index a83e463070..6cdc41f527 100644
--- a/locale/global-locale.c
+++ b/locale/global-locale.c
@@ -1,5 +1,5 @@
/* Locale object representing the global locale controlled by setlocale.
- Copyright (C) 2002-2016 Free Software Foundation, Inc.
+ Copyright (C) 2002-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
@@ -61,4 +61,4 @@ struct __locale_struct _nl_global_locale attribute_hidden =
#include <tls.h>
/* The tsd macros don't permit an initializer. */
-__thread __locale_t __libc_tsd_LOCALE = &_nl_global_locale;
+__thread locale_t __libc_tsd_LOCALE = &_nl_global_locale;