I guess we need to always return APR_EINVAL when a 0 sized mmap is requested.
Would it be valid to return APR_SUCCESS? Technically, we did map something of zero length. =) -- justin
I guess we need to always return APR_EINVAL when a 0 sized mmap is requested.