jnr / jnr-posix

Java Posix layer
Other
241 stars 91 forks source link

Fixes for pure-Java mode #152

Closed headius closed 4 years ago

headius commented 4 years ago

Various fixes for when we can't use the native calls... trying to get pure-Java mode to support more use cases.

This is driven by work on https://github.com/jruby/jruby/pull/6383 on macOS/AArch64.