minfrin commented on a change in pull request #382:
URL: https://github.com/apache/tomcat/pull/382#discussion_r532695851



##########
File path: java/org/apache/tomcat/jni/Library.java
##########
@@ -247,7 +247,7 @@ public static synchronized boolean initialize(String 
libraryName) throws Excepti
             APR_CHARSET_EBCDIC      = has(18);
             APR_TCP_NODELAY_INHERITED = has(19);
             APR_O_NONBLOCK_INHERITED  = has(20);
-            APR_HAVE_UNIX             = has(22);
+            APR_HAVE_UNIX             = has(21);

Review comment:
       ...and that would be where the 21 comes from:
   
   ```
           case 21:
   #if defined(APR_POLLSET_WAKEABLE)
               rv = JNI_TRUE;
   #endif
           break;
   ```
   
   Let me revert.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to