[EMAIL PROTECTED] wrote: > Author: jorton > Date: Tue May 24 23:24:19 2005 > New Revision: 178386 > > URL: http://svn.apache.org/viewcvs?rev=178386&view=rev > Log: > * build/apr_hints.m4 (APR_PRELOAD): Prevent use of poll() on Darwin.
I believe this should only apply to Darwin <8.0 or Mac OSX <10.4.0. poll() is known to be broken on the older versions, but it appears to work correctly in 10.4. This could all be mute if we added a KQueue backend for apr_poll(). I had the code to do it at one time, I will look at adding it later this week. -Paul
