RFR: 8318696: Do not use LFS64 symbols on Linux [v3]

Kim Barrett kbarrett at openjdk.org
Fri Jan 19 10:48:30 UTC 2024


On Fri, 19 Jan 2024 10:30:54 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Consider (perhaps in a separate PR) forbidding the use of the xxx64 functions, using FORBID_C_FUNCTION (from compilerWarnings.hpp &etc). I think it would be done in globalDefinitions_gcc.hpp, and probably conditional on _LARGEFILE64_SOURCE.

Though I think this becomes moot if the definition of _LARGEFILE64_SOURCE gets removed, which I assume is the
plan to eventually do.

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

PR Comment: https://git.openjdk.org/jdk/pull/16329#issuecomment-1900167112


More information about the build-dev mailing list