-
Notifications
You must be signed in to change notification settings - Fork 254
Disable building subids support on systems that don't have the prctl #1269
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
Conversation
|
Cc: @thesamesam |
|
@sthibaul would you be so kind and could you a bit more elaborate about "systems that don't have the prctl" ? |
prctl is not in posix. AFAIK it exists only on Linux and IRIX, so it's essentially all other systems. The case that matters to me is GNU/Hurd. |
|
@sthibaul a bit offtopic to your PR.
But it is included always, even though it will not be used
I wonder whether you would be able to compile it on GNU/Hurd with following diff It would be almost a revert of f50a39e |
Shouldn't we use |
That does make the build work indeed. Not sure it will be future-proof, though. |
alejandro-colomar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Reviewed-by: Alejandro Colomar <alx@kernel.org>
Hopefully one would check git blame before "cleanup" similar as in f50a39e :) 🤞 |
No description provided.