On 9/1/2010 1:11 PM, Guenter Knauf wrote:
> 
> so the public API changes depending on APR_HAVE_STRUCT_RLIMIT which I think 
> is wrong; we
> need to remove the ifdef and all platforms which have 
> APR_HAVE_STRUCT_RLIMIT=0 need to
> provide a stub like in beos/proc.c:
> APR_DECLARE(apr_status_t) apr_procattr_limit_set(apr_procattr_t *attr, 
> apr_int32_t what,
>                                                   void *limit)
> 
> it seems that this stub is missing for win32 and os/2 ...

It doesn't matter; we use a combination of omitted and stubbed (ENOTIMPL) 
functions
on all platforms, in this particular case it is simply omitted, due to the 
'limit'
arg restrictions of having no type to base such a function stub on.

I'd suggest it is simply not an issue.

Reply via email to