From 3294650cc34a7b1e6e669ecd4f95fba26ac4b97d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Jan 1998 22:31:23 +0000 Subject: Added _times_r. --- c/src/exec/libcsupport/src/__times.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/exec/libcsupport/src/__times.c') diff --git a/c/src/exec/libcsupport/src/__times.c b/c/src/exec/libcsupport/src/__times.c index 406ef9999c..d0b96a8657 100644 --- a/c/src/exec/libcsupport/src/__times.c +++ b/c/src/exec/libcsupport/src/__times.c @@ -63,3 +63,10 @@ clock_t times( return _times( ptms ); } +clock_t _times_r( + struct _reent *ptr, + struct tms *ptms +) +{ + return _times(ptms); +} -- cgit v1.2.3