jdk/src/share/classes/sun/nio/ch/Net.java
changeset 14025 fbebe005a3ee
parent 11823 ee83ae88512d
child 14342 8435a30053c1
--- a/jdk/src/share/classes/sun/nio/ch/Net.java	Thu Oct 04 10:04:56 2012 -0700
+++ b/jdk/src/share/classes/sun/nio/ch/Net.java	Thu Oct 04 19:53:08 2012 +0100
@@ -409,6 +409,9 @@
                                              int level, int opt, int arg)
         throws IOException;
 
+    static native int poll(FileDescriptor fd, int events, long timeout)
+        throws IOException;
+
     // -- Multicast support --