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