On Tue, Jan 19, 2010 at 10:32 PM, William A. Rowe Jr. <[email protected]> wrote: > 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?
All non-static functions and symbols must have an apr_ prefix.
