-
Notifications
You must be signed in to change notification settings - Fork 674
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
Support for personality(2)
?
#1330
Comments
What's the main use? It seems to me like this should only be done by the ELF loader. |
I don't think the current dynamic linker/loader on Linux actually calls
|
🎉 |
Hi there! Thanks a ton for these bindings, they're a pleasure to use.
Would the nix team be interested in support for the (Linux-specific)
personality(2)
syscall? It's currently supported in thelibc
crate but doesn't have higher level bindings to turn thepersona
argument into abitflags!
enum or to map the return value into aResult
.It's something I'm interested in (and capable of) implementing, if desired.
The text was updated successfully, but these errors were encountered: