summaryrefslogtreecommitdiff
path: root/posix/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/times.c')
-rw-r--r--posix/times.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/posix/times.c b/posix/times.c
index 48ee9cdfa1..f22dc3b9f6 100644
--- a/posix/times.c
+++ b/posix/times.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -24,8 +24,7 @@
Return the elapsed real time, or (clock_t) -1 for errors.
All times are in CLK_TCKths of a second. */
clock_t
-__times (buffer)
- struct tms *buffer;
+__times (struct tms *buffer)
{
if (buffer == NULL)
{