-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JNA support for Linux-s390x #427
Comments
Most likely it can, but we don't have access to that environment so it's pretty hard to build for it. PRs are welcome. |
I just checked - JNA master is buildable in a debian qemu change root. Before I go ahead and add this port, @SajjadmehdiMir would you be willing to test a master build if I can provide you with one? |
Requester does not answer - asuming no further interest. |
Closed
mstyura
pushed a commit
to mstyura/jna
that referenced
this issue
Sep 9, 2024
…tive-access#427) Motivation: We need to ensure that bytesBeforeUnwritable() will always return a value >= 0 Modifications: - Add Math.max(...) call Result: Always return valid value
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see JNA implemented for Linux-s390x in jna-3.2.4.
Can jna-4.1.0 be implemented for the same.
I have a similar Environment and I need JNA working on it.
The text was updated successfully, but these errors were encountered: