Integrated: 8318696: Do not use LFS64 symbols on Linux
Sam James
duke at openjdk.org
Sat Jan 20 09:52:36 UTC 2024
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.
This pull request has now been integrated.
Changeset: f4d08ccf
Author: Sam James <sam at gentoo.org>
Committer: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f4d08ccf80812d4f26a148fac6bf99b96672a63f
Stats: 26 lines in 5 files changed: 5 ins; 0 del; 21 mod
8318696: Do not use LFS64 symbols on Linux
Reviewed-by: ihse, dholmes, kbarrett, mbaesken
-------------
PR: https://git.openjdk.org/jdk/pull/16329
More information about the build-dev
mailing list