On Fri, 3 Feb 2023 19:49:44 GMT, Justin King <jck...@openjdk.org> wrote:

> Avoid using `lseek` + `read` in favor of `pread`. For Windows, we can do the 
> same thing by using `OVERLAPPED`, as we are in synchronous mode we can use 
> `Offset` and `OffsetHigh` to achieve the same thing.
> 
> Additionally I updated open to use `O_CLOEXEC` when available, as that really 
> should be used.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/12417

Reply via email to