View Single Post
  #3 (permalink)  
Old March 1st, 2002
Moak's Avatar
Moak Moak is offline
Guest
 
Join Date: September 7th, 2001
Location: Europe
Posts: 816
Moak is flying high
Default

Hi Max,
it's not really important, but I'm curious what is the purpose of this Mutex in common.cpp:

time_t xtime()
{
MLock lock(g_LibcMutex);
return time(NULL);
}

Thx, Moak
Reply With Quote