[llvm-commits] CVS: llvm/lib/System/Unix/TimeValue.inc
Duraid Madina
duraid at octopus.com.au
Mon May 16 00:00:05 PDT 2005
Changes in directory llvm/lib/System/Unix:
TimeValue.inc updated: 1.8 -> 1.9
---
Log message:
comment the hpux bit
---
Diffs of the changes: (+1 -0)
TimeValue.inc | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/System/Unix/TimeValue.inc
diff -u llvm/lib/System/Unix/TimeValue.inc:1.8 llvm/lib/System/Unix/TimeValue.inc:1.9
--- llvm/lib/System/Unix/TimeValue.inc:1.8 Thu May 5 17:33:06 2005
+++ llvm/lib/System/Unix/TimeValue.inc Mon May 16 01:59:53 2005
@@ -26,6 +26,7 @@
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);
More information about the llvm-commits
mailing list