Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dbda07

Browse files
committed
fix condition (#14296)
1 parent f53d20f commit 2dbda07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ corresponding Unix manual entries for more information on calls.");
107107
#include <sched.h>
108108
#endif
109109

110-
#if defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY)
110+
#if !defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY)
111111
#undef HAVE_SCHED_SETAFFINITY
112112
#endif
113113

0 commit comments

Comments
 (0)