fix condition (#14296)

This commit is contained in:
Benjamin Peterson 2012-03-16 10:12:55 -05:00
parent f53d20f2cd
commit 2dbda07a17
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ corresponding Unix manual entries for more information on calls.");
#include <sched.h>
#endif
#if defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY)
#if !defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY)
#undef HAVE_SCHED_SETAFFINITY
#endif