nlink_t
and blksize_t
are defined incorrectly on for aarch64 linux
#240
Milestone
nlink_t
and blksize_t
are defined incorrectly on for aarch64 linux
#240
Looking at the values defined here and here in
TypeAliases.java
for theaarch64
platform, the type aliases fornlink_t
andblksize_t
do not match the value in thestat
structhttps://github.com/jnr/jnr-ffi/blob/master/src/main/java/jnr/ffi/provider/jffi/platform/aarch64/linux/TypeAliases.java
https://github.com/jnr/jnr-ffi/blob/master/src/main/java/jnr/ffi/provider/jffi/platform/aarch64/linux/TypeAliases.java#L52:
vs
And
https://github.com/jnr/jnr-ffi/blob/master/src/main/java/jnr/ffi/provider/jffi/platform/aarch64/linux/TypeAliases.java#L44
vs:
which manifests itself in File.stat running on jruby-9.2.17.0 presenting incorrect results on these nodes.
The text was updated successfully, but these errors were encountered: