Greetings All,
(Blush)
Seems the missing symbol is lost from aprlib.imp; a check of APR 1.2
shows the function is declared in apr_support.h as:
apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,
int for_read);
Shouldn't that be APR_DECLARE(apr_status_t) for public symbols?
Norm
NormW wrote:
Greetings All,
Just trying a build of NetWare 2.1 head and from results it seems like
the NWGNUmakefile in the root of APR 1.2 needs an added 'include':
$(APR)/support/unix/ \
if NetWare is to use waitio.c and apr_wait_for_io_or_timeout().
Cheers,
Norm