Davi Arnaut wrote:
Would an apr_file_t based implementation be portable i.e. do you have a call like Solaris' openat on windows that will open the named stream relative to a file handle?See above, in cases where there is no file descriptor based api, use the filename in the apr_file_t structure.
OK. Great. I'll go ahead with this approach.
