no sysctl.h on hurd

This commit is contained in:
nick black 2021-02-08 12:07:32 -05:00
parent 3cdf7160de
commit d09152ca00
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -7,7 +7,7 @@
#include <pthread.h>
#include <semaphore.h>
#include <sys/types.h>
#ifdef __linux__
#if defined(__linux__) || defined(__gnu_hurd__)
#include <sys/sysinfo.h>
#else
#include <sys/sysctl.h>