On Wed, 20 Jan 2021 23:01:19 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

> Please review this small change to handle `EINTR` from `close()` in 
> `fileDescriptorClose()`. The function `handleGetLength()` is also changed to 
> handle `EINTR` from `fstat64()` to match other uses of `fstat64()` in the 
> file.

This pull request has now been integrated.

Changeset: 2f47c39a
Author:    Brian Burkhalter <b...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2f47c39a
Stats:     15 lines in 1 file changed: 11 ins; 0 del; 4 mod

8259943: FileDescriptor.close0 does not handle EINTR

Reviewed-by: naoto, alanb

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

PR: https://git.openjdk.java.net/jdk/pull/2173

Reply via email to