update google lin on linux

This commit is contained in:
Bassem Girgis
2019-08-10 17:56:39 -05:00
parent fd3d04d3c9
commit dc31c290a0
66 changed files with 5364 additions and 2382 deletions

View File

@@ -175,11 +175,6 @@ GOOGLE_GLOG_DLL_DECL void RawLog__(LogSeverity severity,
const char* format, ...)
;
// Hack to propagate time information into this module so that
// this module does not have to directly call localtime_r(),
// which could allocate memory.
GOOGLE_GLOG_DLL_DECL void RawLog__SetLastTime(const struct tm& t, int usecs);
}
#endif // BASE_RAW_LOGGING_H_