< prev index next >

src/java.base/windows/native/libnet/net_util_md.c

Print this page

        

*** 965,975 **** * of the specified operation or the timeout expired. * * It returns the time left from the timeout, or -1 if it expired. */ ! jint NET_Wait(JNIEnv *env, jint fd, jint flags, jint timeout) { jlong prevTime = JVM_CurrentTimeMillis(env, 0); jint read_rv; --- 965,975 ---- * of the specified operation or the timeout expired. * * It returns the time left from the timeout, or -1 if it expired. */ ! JNIEXPORT jint JNICALL NET_Wait(JNIEnv *env, jint fd, jint flags, jint timeout) { jlong prevTime = JVM_CurrentTimeMillis(env, 0); jint read_rv;
< prev index next >