summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 17:44:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 17:44:50 +0000
commitf795ca905ac73c8e9e722350a5ea90cd18941b93 (patch)
tree3a4d2284b29b15a2084a6a4d1a1f3f21a252a91f /cpukit
parentRemoved duplicate listing of install in MTARGETS. (diff)
downloadrtems-f795ca905ac73c8e9e722350a5ea90cd18941b93.tar.bz2
Uncommented gettimeofday_r to resolve missing symbol.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/__gettod.c2
1 files changed, 0 insertions, 2 deletions
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