Uncommented gettimeofday_r to resolve missing symbol.

This commit is contained in:
Joel Sherrill
1997-09-21 17:44:50 +00:00
parent 8cd3748d70
commit f795ca905a
3 changed files with 0 additions and 6 deletions

View File

@@ -71,7 +71,6 @@ int gettimeofday(
#if defined(RTEMS_NEWLIB) #if defined(RTEMS_NEWLIB)
#if 0
/* /*
* "Reentrant" version * "Reentrant" version
*/ */
@@ -84,7 +83,6 @@ int _gettimeofday_r(
{ {
return gettimeofday( tp, tzp ); return gettimeofday( tp, tzp );
} }
#endif
/* /*
* "System call" version * "System call" version

View File

@@ -71,7 +71,6 @@ int gettimeofday(
#if defined(RTEMS_NEWLIB) #if defined(RTEMS_NEWLIB)
#if 0
/* /*
* "Reentrant" version * "Reentrant" version
*/ */
@@ -84,7 +83,6 @@ int _gettimeofday_r(
{ {
return gettimeofday( tp, tzp ); return gettimeofday( tp, tzp );
} }
#endif
/* /*
* "System call" version * "System call" version

View File

@@ -71,7 +71,6 @@ int gettimeofday(
#if defined(RTEMS_NEWLIB) #if defined(RTEMS_NEWLIB)
#if 0
/* /*
* "Reentrant" version * "Reentrant" version
*/ */
@@ -84,7 +83,6 @@ int _gettimeofday_r(
{ {
return gettimeofday( tp, tzp ); return gettimeofday( tp, tzp );
} }
#endif
/* /*
* "System call" version * "System call" version