< prev index next >

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

Print this page

        

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