diff options
Diffstat (limited to 'newlib/libc/reent/timesr.c')
-rw-r--r-- | newlib/libc/reent/timesr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/timesr.c b/newlib/libc/reent/timesr.c index dbe6a4e..bb89003 100644 --- a/newlib/libc/reent/timesr.c +++ b/newlib/libc/reent/timesr.c @@ -44,8 +44,7 @@ DESCRIPTION */ clock_t -_DEFUN (_times_r, (ptr, ptms), - struct _reent *ptr, +_times_r (struct _reent *ptr, struct tms *ptms) { clock_t ret; |