The language does not depend on librt.
This commit is contained in:
@@ -134,11 +134,6 @@ clockid_t ArchHooks_Unix::GetClock()
|
|||||||
return g_Clock;
|
return g_Clock;
|
||||||
}
|
}
|
||||||
|
|
||||||
RString ArchHooks::GetPreferredLanguage()
|
|
||||||
{
|
|
||||||
return "en";
|
|
||||||
}
|
|
||||||
|
|
||||||
int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
|
int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
|
||||||
{
|
{
|
||||||
OpenGetTime();
|
OpenGetTime();
|
||||||
@@ -163,6 +158,11 @@ int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
RString ArchHooks::GetPreferredLanguage()
|
||||||
|
{
|
||||||
|
return "en";
|
||||||
|
}
|
||||||
|
|
||||||
void ArchHooks_Unix::Init()
|
void ArchHooks_Unix::Init()
|
||||||
{
|
{
|
||||||
/* First, handle non-fatal termination signals. */
|
/* First, handle non-fatal termination signals. */
|
||||||
|
|||||||
Reference in New Issue
Block a user