diff options
Diffstat (limited to 'newlib/libc/sys/mmixware/times.c')
-rw-r--r-- | newlib/libc/sys/mmixware/times.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/mmixware/times.c b/newlib/libc/sys/mmixware/times.c index b397f2bca..6275ef34e 100644 --- a/newlib/libc/sys/mmixware/times.c +++ b/newlib/libc/sys/mmixware/times.c @@ -1,6 +1,6 @@ /* times stub for MMIXware. - Copyright (C) 2001 Hans-Peter Nilsson + Copyright (C) 2001, 2002 Hans-Peter Nilsson Permission to use, copy, modify, and distribute this software is freely granted, provided that the above copyright notice, this notice @@ -18,7 +18,7 @@ #include "sys/times.h" clock_t -times (struct tms *buffer) +_times (struct tms *buffer) { memset (buffer, 0, sizeof (*buffer)); return 0; |