illumos littlefixes: little typo for cpu binding and

even tough gcc plugin less good than LLVM, clang
is more buggy on this os.
This commit is contained in:
David Carlier
2020-07-09 15:43:05 +01:00
parent 7c8d823396
commit 90adc2cb85
2 changed files with 7 additions and 2 deletions

View File

@ -398,7 +398,7 @@ if (pset_bind(c, P_PID, getpid(), NULL)) {
if (cpu_start == afl->cpu_core_count)
PFATAL("pset_bind failed for cpu %d, exit", i);
WARNF("pthread_setaffinity failed to CPU %d, trying next CPU", i);
WARNF("pset_bind failed to CPU %d, trying next CPU", i);
cpu_start++;
goto try
;