Commit 2dbda07a authored by Benjamin Peterson's avatar Benjamin Peterson

fix condition (#14296)

parent f53d20f2
...@@ -107,7 +107,7 @@ corresponding Unix manual entries for more information on calls."); ...@@ -107,7 +107,7 @@ corresponding Unix manual entries for more information on calls.");
#include <sched.h> #include <sched.h>
#endif #endif
#if defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY) #if !defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY)
#undef HAVE_SCHED_SETAFFINITY #undef HAVE_SCHED_SETAFFINITY
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment