On Mon, 5 Feb 2024 12:17:33 GMT, Joachim Kern <jk...@openjdk.org> wrote:

> Yes, if statvfs64() is replaced by statvfs() in the code, we will fallback on 
> AIX to 32-Bit. _LARGE_FILES really does not help in this case!

Thanks for confirming. I think we do not want to fallback on AIX, so the <*>64 
variant needs to stay on AIX.

Seems the other symbols are covered by _LARGE_FILES according to the table in 
the linked IBM AIX doc (table in  
https://www.ibm.com/docs/en/aix/7.1?topic=volumes-writing-programs-that-access-large-files
 ) , is that correct (Joachim?) or did I miss something ?

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

PR Comment: https://git.openjdk.org/jdk/pull/17538#issuecomment-1926874075

Reply via email to