< prev index next >

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

Print this page

        

*** 31,41 **** #include "jlong.h" #include "nio.h" #include "sun_nio_ch_PollSelectorImpl.h" JNIEXPORT jint JNICALL ! Java_sun_nio_ch_PollSelectorImpl_poll(JNIEnv *env, jclass clazz, jlong address, jint numfds, jint timeout) { struct pollfd *a; int res; --- 31,41 ---- #include "jlong.h" #include "nio.h" #include "sun_nio_ch_PollSelectorImpl.h" JNIEXPORT jint JNICALL ! Java_sun_nio_ch_PollSelectorImpl_poll0(JNIEnv *env, jclass clazz, jlong address, jint numfds, jint timeout) { struct pollfd *a; int res;
< prev index next >