Fix build on Alpine Linux (#13394)
commitf039bf8f4156bdb5fc7edb7d093ebdcd35a4d6c3
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 11 Mar 2019 15:59:44 +0000 (11 16:59 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 11 Mar 2019 16:03:54 +0000 (11 17:03 +0100)
tree8936e5bc54ffa00da78c1ef28d66b98e4f334631
parent5c9b854870cd54e4b7ca49340daec7f5f07431ad
Fix build on Alpine Linux (#13394)

- sys/sysctl.h isn't available on Alpine and not needed by the code,
  guard it using HAVE_SYS_SYSCTL_H like elsewhere. Added by https://github.com/mono/mono/pull/11855

(cherry picked from commit 0d7ce1f767141e389f39bb017bc95f4c113296fd)
mono/utils/mono-state.c