forked from Imagelibrary/rtems
Uncommented gettimeofday_r to resolve missing symbol.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user