build: The <sys/sysctl.h> is now deprecated on Linux

Closes #31673
This commit is contained in:
David Goulet
2019-09-09 11:55:33 -04:00
parent 0461837149
commit 409df19b5a
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
o New system requirements (build system):
- Do not include the deprecated <sys/sysctl.h> on Linux or Windows system.
Closes 31673;