void-packages/srcpkgs/cpulimit/patches/musl_sysctl.patch
2015-10-05 04:16:02 -04:00

12 lines
335 B
Diff

--- ./src/cpulimit.c.orig 2015-10-05 04:12:08.510651801 -0400
+++ ./src/cpulimit.c 2015-10-05 04:13:40.562657764 -0400
@@ -38,7 +38,9 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/time.h>
+#if defined(__GLIBC__)
#include <sys/sysctl.h>
+#endif
#include <sys/resource.h>
#include <sys/types.h>
#include <sys/wait.h>