From 421dfef68ecd8f424f987d75df3c3080108c5925 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jan 1998 20:59:22 +0000 Subject: Corrected Linux port for glibc2 --- cpukit/libcsupport/src/__times.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libcsupport/src/__times.c') diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c index d0b96a8657..3a8812a8b3 100644 --- a/cpukit/libcsupport/src/__times.c +++ b/cpukit/libcsupport/src/__times.c @@ -63,6 +63,7 @@ clock_t times( return _times( ptms ); } +#if defined(RTEMS_NEWLIB) clock_t _times_r( struct _reent *ptr, struct tms *ptms @@ -70,3 +71,4 @@ clock_t _times_r( { return _times(ptms); } +#endif -- cgit v1.2.3