< prev index next >

src/os/windows/vm/os_windows.cpp

Print this page
rev 10178 : [mq]: 8146879.archiving

@@ -4573,10 +4573,13 @@
   }
 
   return 0;
 }
 
+int os::fileno(FILE* fp) {
+  return _fileno(fp);
+}
 
 // This code is a copy of JDK's sysSync
 // from src/windows/hpi/src/sys_api_md.c
 // except for the legacy workaround for a bug in Win 98
 
< prev index next >