Skip to content

sched_getcpu() and pthread_setaffinity_np() are non-portable

Alexandre Duret-Lutz requested to merge adl/fixes into next

Reported by Yuri Victorovich, on FreeBSD.

  • configure.ac: Test for them.
  • spot/mc/mc_instanciator.hh: Only use them if they are present.
  • NEWS: Mention the fix.

Merge request reports