no sysctl.h on hurd

pull/1338/head
nick black 3 years ago
parent 3cdf7160de
commit d09152ca00
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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>

Loading…
Cancel
Save