mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
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:
@ -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... */
|
||||
|
||||
|
Reference in New Issue
Block a user