Haiku set explicitly to performance.

No command line to set through afl-system-config (the only one is a GUI).
This commit is contained in:
David Carlier
2020-07-31 17:21:17 +00:00
parent 185f443659
commit 54d9668580
2 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,11 @@
#include <sys/sysctl.h>
#endif /* __APPLE__ || __FreeBSD__ || __OpenBSD__ */
#if defined(__HAIKU__)
#include <kernel/OS.h>
#include <kernel/scheduler.h>
#endif
/* For systems that have sched_setaffinity; right now just Linux, but one
can hope... */