RFR: 8318696: Do not use LFS64 symbols on Linux
Aleksey Shipilev
shade at openjdk.org
Fri Dec 15 05:34:05 UTC 2023
On Tue, 24 Oct 2023 01:36:32 GMT, Sam James <duke at openjdk.org> wrote:
> The LFS64 symbols provided by glibc are not part of any standard and were gated behind -D_LARGEFILE64_SOURCE in musl 1.2.4 (to be removed in 1.2.5). This commit replaces the usage of LFS64 symbols with their regular counterparts and defines -D_FILE_OFFSET_BITS=64, ensuring that functions will always act as their -64 variants on glibc.
Submitted the bug: https://bugs.openjdk.org/browse/JDK-8318696
Please rename the PR to: `8318696: Do not use LFS64 symbols on Linux` to get it hooked.
Please also go to https://github.com/thesamesam/jdk/actions and enable testing. The testing would normally trigger by new commit, but you can trigger it manually; select the "OpenJDK GHA Sanity Checks", then do "Run workflow" on the right, selecting the branch that corresponds to this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16329#issuecomment-1776636163
More information about the build-dev
mailing list