mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
fix condition (#14296)
This commit is contained in:
parent
f53d20f2cd
commit
2dbda07a17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue