-
Notifications
You must be signed in to change notification settings - Fork 35
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
sys/sysctl.h has been deprecated #33
Comments
FWIW, the SYSCTL syscall will be removed in Linux 5.5. |
Related fix dotnet/coreclr#27048 |
@SteveL-MSFT @adityapatwardhan The fix for Linux looks like cosmetic (we do not use |
Hi guys any update here? I am having the same issue trying to install Powershell on Arch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm trying to build this project on Arch Linux and got the following warnings:
This forces me to remove the
-Werror
flag inCMakeLists.txt
to be able to build and will be completely broken when glibc removes the header as stated in the warning.The text was updated successfully, but these errors were encountered: