Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f1bfe commit 69c0ff3Copy full SHA for 69c0ff3
4 files changed
Python/thread_pthread.h
@@ -75,7 +75,7 @@
75
* other UNIX International compliant systems that don't have the full
76
* pthread implementation.
77
*/
78
-#ifdef PY_PTHREAD_STD
+#ifdef HAVE_PTHREAD_SIGMASK
79
# define SET_THREAD_SIGMASK pthread_sigmask
80
#else
81
# define SET_THREAD_SIGMASK sigprocmask
0 commit comments