about summary refs log tree commit diff
path: root/posix/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/times.c')
-rw-r--r--posix/times.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/times.c b/posix/times.c
index 48ee9cdfa1..fb6a28a9a1 100644
--- a/posix/times.c
+++ b/posix/times.c
@@ -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)
     {