Next: _unlink_r, Previous: _stat_r, Up: Reentrant Syscalls
_times_r
—Reentrant version of times#include <reent.h> #include <sys/times.h> clock_t _times_r(struct _reent *ptr, struct tms *ptms);
Description
This is a reentrant version of times
. It
takes a pointer to the global data block, which holds
errno
.