< prev index next >

src/share/vm/runtime/os.hpp

Print this page
rev 10386 : imported patch 8146879.03

@@ -513,10 +513,13 @@
   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 int fileno(FILE* fp);
+
+  static int compare_file_modified_times(const char* file1, const char* file2);
 
   //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 >