changeset: 75743:17980cb07625 parent: 75739:c0a6569fdad6 user: Benjamin Peterson date: Fri Mar 16 10:12:55 2012 -0500 files: Modules/posixmodule.c description: fix condition (#14296) diff -r c0a6569fdad6 -r 17980cb07625 Modules/posixmodule.c --- a/Modules/posixmodule.c Fri Mar 16 09:39:12 2012 -0500 +++ b/Modules/posixmodule.c Fri Mar 16 10:12:55 2012 -0500 @@ -107,7 +107,7 @@ #include #endif -#if defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY) +#if !defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY) #undef HAVE_SCHED_SETAFFINITY #endif

AltStyle によって変換されたページ (->オリジナル) /