jnr / jnr-posix

Java Posix layer
Other
239 stars 91 forks source link

Fixes to improve compatiblity with Apple Silicon machines #173

Closed headius closed 2 years ago

headius commented 2 years ago

Fixes to support M1 better.

headius commented 2 years ago

This appears to be the only fix we can make at the level of jnr-posix. The remaining three failures are due to fcntl using varargs, which are not properly supported on M1 right now (in jnr-ffi and jffi).