forked from Imagelibrary/rtems
Added _times_r.
This commit is contained in:
@@ -63,3 +63,10 @@ clock_t times(
|
||||
return _times( ptms );
|
||||
}
|
||||
|
||||
clock_t _times_r(
|
||||
struct _reent *ptr,
|
||||
struct tms *ptms
|
||||
)
|
||||
{
|
||||
return _times(ptms);
|
||||
}
|
||||
|
||||
@@ -63,3 +63,10 @@ clock_t times(
|
||||
return _times( ptms );
|
||||
}
|
||||
|
||||
clock_t _times_r(
|
||||
struct _reent *ptr,
|
||||
struct tms *ptms
|
||||
)
|
||||
{
|
||||
return _times(ptms);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user