summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/localtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/localtime.c')
-rw-r--r--lib/libc/stdtime/localtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/localtime.c b/lib/libc/stdtime/localtime.c
index 4fa411f..84a4ca9 100644
--- a/lib/libc/stdtime/localtime.c
+++ b/lib/libc/stdtime/localtime.c
@@ -219,7 +219,7 @@ const char * const codep;
static void
settzname P((void))
{
- register struct state * const sp = lclptr;
+ register struct state * sp = lclptr;
register int i;
tzname[0] = wildabbr;
OpenPOWER on IntegriCloud