summaryrefslogtreecommitdiff
path: root/time/stime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/stime.c')
-rw-r--r--time/stime.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/time/stime.c b/time/stime.c
index b86b152c5e..0522335f00 100644
--- a/time/stime.c
+++ b/time/stime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2016 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
@@ -22,8 +22,7 @@
/* Set the system clock to *WHEN. */
int
-stime (when)
- const time_t *when;
+stime (const time_t *when)
{
if (when == NULL)
{