[jdk17u-dev] RFR: 8318696: Do not use LFS64 symbols on Linux [v2]

Matthias Baesken mbaesken at openjdk.org
Fri Jul 26 07:37:38 UTC 2024


On Fri, 26 Jul 2024 01:15:27 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

>The only change I'm curious about is in os::current_file_offset & os::seek_to_file_offset as they retain off64_t casts. The 21u >version uses off_t. Was this deliberate or just missed?

Hi Andrew, I think we have to use `off_t` here. Thanks for looking into this.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2173#issuecomment-2252150349


More information about the jdk-updates-dev mailing list