On 1/16/2010 2:53 AM, [email protected] wrote:

>  /* Private functions */
> -void apr_pollset_drain_wakeup_pipe(apr_pollset_t *pollset);
> +apr_status_t create_wakeup_pipe(apr_pool_t *pool, apr_pollfd_t *pfd, 
> apr_file_t **wakeup_pipe);
> +apr_status_t close_wakeup_pipe(apr_file_t **wakeup_pipe);

Although these are not exported for dynamic builds, aren't we violating
the principal of least surprise with respect to binding to a static
libapr.a archive?

Reply via email to