RFR: 8318696: Do not use LFS64 symbols on Linux [v3]
Sam James
duke at openjdk.org
Fri Jan 19 06:47:39 UTC 2024
> 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.
Sam James has updated the pull request incrementally with one additional commit since the last revision:
Add message for assert
Not all C++ stds implement it w/o.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16329/files
- new: https://git.openjdk.org/jdk/pull/16329/files/4df24d81..e02b0715
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16329&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16329&range=01-02
Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/16329.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16329/head:pull/16329
PR: https://git.openjdk.org/jdk/pull/16329
More information about the build-dev
mailing list