Loading llvm/lib/System/Unix/TimeValue.inc +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ std::string TimeValue::toString() const { time_t ourTime = time_t(this->toEpochTime()); #ifdef __hpux // note that the following line needs -D_REENTRANT on HP-UX to be picked up asctime_r(localtime(&ourTime), buffer); #else ::asctime_r(::localtime(&ourTime), buffer); Loading Loading
llvm/lib/System/Unix/TimeValue.inc +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ std::string TimeValue::toString() const { time_t ourTime = time_t(this->toEpochTime()); #ifdef __hpux // note that the following line needs -D_REENTRANT on HP-UX to be picked up asctime_r(localtime(&ourTime), buffer); #else ::asctime_r(::localtime(&ourTime), buffer); Loading