< prev index next >

src/java.base/unix/native/libnio/ch/Net.c

Print this page

        

@@ -745,11 +745,11 @@
 }
 
 
 /* Declared in nio_util.h */
 
-jint
+JNIEXPORT jint JNICALL
 handleSocketError(JNIEnv *env, jint errorValue)
 {
     char *xn;
     switch (errorValue) {
         case EINPROGRESS:       /* Non-blocking connect */
< prev index next >