hotspot/src/os/linux/vm/os_linux.cpp
changeset 2012 041fbc6030dd
parent 1892 6cb9181f6061
child 2254 f13dda645a4b
child 2105 347008ce7984
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Mon Feb 09 17:33:06 2009 +0300
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Mon Feb 09 12:26:05 2009 -0800
@@ -1432,6 +1432,10 @@
   return buf;
 }
 
+struct tm* os::localtime_pd(const time_t* clock, struct tm*  res) {
+  return localtime_r(clock, res);
+}
+
 ////////////////////////////////////////////////////////////////////////////////
 // runtime exit support