hotspot/src/share/vm/runtime/os.hpp
changeset 27562 47f369e3c69c
parent 27473 07948a5f8f5c
child 27926 0e2e188ab887
--- a/hotspot/src/share/vm/runtime/os.hpp	Tue Nov 18 15:25:14 2014 -0800
+++ b/hotspot/src/share/vm/runtime/os.hpp	Wed Dec 03 14:21:14 2014 +0000
@@ -500,6 +500,7 @@
   //File i/o operations
 
   static size_t read(int fd, void *buf, unsigned int nBytes);
+  static size_t read_at(int fd, void *buf, unsigned int nBytes, jlong offset);
   static size_t restartable_read(int fd, void *buf, unsigned int nBytes);
   static size_t write(int fd, const void *buf, unsigned int nBytes);