Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation if sys/sysctl.h is not present
Glibc 2.32 removes sys/sysctl.h as it is no longer needed. This commit uses __has_include to check whether the header exists and only includes it if it does.
- Loading branch information