RFR: 8324539: Do not use LFS64 symbols in JDK libs
Joachim Kern
jkern at openjdk.org
Mon Jan 29 14:33:55 UTC 2024
On Tue, 23 Jan 2024 15:42:55 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Similar to [JDK-8318696](https://bugs.openjdk.org/browse/JDK-8318696), we should use -D_FILE_OFFSET_BITS=64, and not -D_LARGEFILE64_SOURCE in the JDK native libraries.
src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c line 83:
> 81: #define readdir readdir64
> 82: #define closedir closedir64
> 83: #endif
same as above
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17538#discussion_r1469676165
More information about the build-dev
mailing list