On Mon, 5 Feb 2024 12:38:03 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> It seems like the statvfs64 is a pre-existing bug in AIX in that case. I have 
> not removed any statvfs64 for AIX; all such changes are guarded by `#ifdef 
> _ALLBSD_SOURCE`, which I presume is not defined on AIX.
> 
> I recommend that I push this PR as-is first, and then you can do a follow-up 
> fix to define statvfs to statvfs64 on AIX.

Java_sun_nio_fs_UnixNativeDispatcher_statvfs0  is changed from statvfs64 to  
statvfs,  did I miss  something ?

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

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

Reply via email to