< prev index next >

src/share/vm/runtime/os.hpp

Print this page
rev 10178 : imported patch 8145934

@@ -514,10 +514,12 @@
   static jlong lseek(int fd, jlong offset, int whence);
   static char* native_path(char *path);
   static int ftruncate(int fd, jlong length);
   static int fsync(int fd);
   static int available(int fd, jlong *bytes);
+  static void flockfile(FILE* fp);
+  static void funlockfile(FILE* fp);
 
   //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);
< prev index next >