< prev index next >

src/java.base/share/native/libjava/io_util.c

Print this page

        

@@ -199,11 +199,11 @@
     if (buf != stackBuf) {
         free(buf);
     }
 }
 
-JNIEXPORT void JNICALL
+void
 throwFileNotFoundException(JNIEnv *env, jstring path)
 {
     char buf[256];
     size_t n;
     jobject x;
< prev index next >