hotspot/src/os/solaris/vm/os_solaris.cpp
changeset 2012 041fbc6030dd
parent 1686 27651ead9d6e
child 2253 30268d00878e
child 2105 347008ce7984
--- a/hotspot/src/os/solaris/vm/os_solaris.cpp	Mon Feb 09 17:33:06 2009 +0300
+++ b/hotspot/src/os/solaris/vm/os_solaris.cpp	Mon Feb 09 12:26:05 2009 -0800
@@ -323,6 +323,10 @@
   return (size_t)(base - bottom);
 }
 
+struct tm* os::localtime_pd(const time_t* clock, struct tm*  res) {
+  return localtime_r(clock, res);
+}
+
 // interruptible infrastructure
 
 // setup_interruptible saves the thread state before going into an