partially fix compile for musl

This commit is contained in:
Rosen Penev
2017-10-30 20:16:54 -07:00
committed by GitHub
parent e6978c23c0
commit 707f28c723
-3
View File
@@ -11,9 +11,6 @@
#if defined (_POSIX)
#include <pthread.h>
#if defined (__linux__)
#include <sys/sysctl.h>
#endif // __linux__
#endif // _POSIX
#if defined (__APPLE__)