RFR: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux [v5]
Severin Gehwolf
sgehwolf at openjdk.org
Tue Oct 3 13:07:23 UTC 2023
On Tue, 3 Oct 2023 12:33:30 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>>> What am I missing?
>>
>> If you remove the "} else {" then it will be a lot simpler. The thing that I don't like is the `#if defined(__linux__) } #endif` at the end of each function, we shouldn't need that and the code will be a lot easier to read if the "} else {" is removed.
>
> OK, thanks.
Should be fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15792#discussion_r1344067971
More information about the nio-dev
mailing list