-
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
Add shm_open, shm_unlink, and mmap to Unix LibCAPI #1094
Comments
Hello, While loading a shared library, i ran into the issue described here. Here is the error message :
Since, the initial post dates is one year old, is there any chance that this feature will be take into account in the coming months ? Thanks |
@gkoudjou I implemented this myself a while back here: https://github.com/magneticflux-/jvm-shared-memory You can view the way I access each native library as an example. I forgot to license it since it was for personal use, but I'll put it under the LGPL real quick. |
@magneticflux- your mapping of @gkoudjou JNA is a user-supported library. Simply asking for a feature doesn't get it, often after several years. In this case, I've happened to be working on this myself for other reasons and will submit it when the |
@dbwiddis Thanks for the heads up! I've only encountered 64-bit systems so far but I'll make sure to fix it in case it eventually gets used on a 32-bit system. |
This can be closed as these mappings were committed in #1202 |
The text was updated successfully, but these errors were encountered: