From f795ca905ac73c8e9e722350a5ea90cd18941b93 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 21 Sep 1997 17:44:50 +0000 Subject: Uncommented gettimeofday_r to resolve missing symbol. --- cpukit/libcsupport/src/__gettod.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c index 1d80792446..1cb3fd8b60 100644 --- a/cpukit/libcsupport/src/__gettod.c +++ b/cpukit/libcsupport/src/__gettod.c @@ -71,7 +71,6 @@ int gettimeofday( #if defined(RTEMS_NEWLIB) -#if 0 /* * "Reentrant" version */ @@ -84,7 +83,6 @@ int _gettimeofday_r( { return gettimeofday( tp, tzp ); } -#endif /* * "System call" version -- cgit v1.2.3