src/java.base/unix/native/libnio/ch/PollSelectorImpl.c
branchrsocket-branch
changeset 57115 512e7cc6ccce
parent 49679 7084eec5c723
child 57156 81e4a12fd1a4
--- a/src/java.base/unix/native/libnio/ch/PollSelectorImpl.c	Fri Jan 25 11:15:00 2019 +0100
+++ b/src/java.base/unix/native/libnio/ch/PollSelectorImpl.c	Sat Jan 26 14:02:35 2019 +0000
@@ -33,9 +33,9 @@
 #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)
+Java_sun_nio_ch_PollSelectorImpl_poll0(JNIEnv *env, jclass clazz,
+                                       jlong address, jint numfds,
+                                       jint timeout)
 {
     struct pollfd *a;
     int res;