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 0
/*
* "Reentrant" version
*/
@@ -84,7 +83,6 @@ int _gettimeofday_r(
{
return gettimeofday( tp, tzp );
}
#endif
/*
* "System call" version

View File

@@ -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

View File

@@ -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