mirror of https://github.com/opencv/opencv.git
The 'sysctl' syscall has been strongly deprecated on Linux for ages. Currently, on old architectures it will spam syslog whenever used, and on newer ones it's missing from the headers altogether. Opencv has migrated away on Linux already, but #includes were left lingering. This commit removes them on non-__APPLE__, unbreaking x32 (and probably others).pull/8353/head
parent
d856604a4a
commit
61936eb1a4
3 changed files with 2 additions and 4 deletions
Loading…
Reference in new issue