src/hotspot/share/runtime/os.hpp
changeset 50199 83d8b3a25f25
parent 50184 1a4101ebec92
child 50667 cc58f1fa0438
--- a/src/hotspot/share/runtime/os.hpp	Mon May 21 11:43:57 2018 -0700
+++ b/src/hotspot/share/runtime/os.hpp	Mon May 21 15:15:58 2018 -0400
@@ -167,7 +167,7 @@
 
   // File names are case-insensitive on windows only
   // Override me as needed
-  static int    file_name_strcmp(const char* s1, const char* s2);
+  static int    file_name_strncmp(const char* s1, const char* s2, size_t num);
 
   // unset environment variable
   static bool unsetenv(const char* name);