hotspot/src/share/vm/runtime/os.hpp
changeset 38065 025c784d9333
parent 37467 8173cbc15e07
child 38263 a7488329ad27
--- a/hotspot/src/share/vm/runtime/os.hpp	Fri Apr 22 13:43:36 2016 +0200
+++ b/hotspot/src/share/vm/runtime/os.hpp	Fri Apr 22 14:57:18 2016 +0200
@@ -520,7 +520,7 @@
   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 get_fileno(FILE* fp);
 
   static int compare_file_modified_times(const char* file1, const char* file2);