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.
1 parent cc89866 commit 42ab61eCopy full SHA for 42ab61e
1 file changed
Python/thread_pthread.h
@@ -11,6 +11,10 @@
11
#undef destructor
12
#endif
13
#include <signal.h>
14
+
15
+/* The POSIX spec says that implementations supporting the sem_*
16
+ family of functions must indicate this by defining
17
+ _POSIX_SEMAPHORES. */
18
#ifdef _POSIX_SEMAPHORES
19
#include <semaphore.h>
20
#include <errno.h>
0 commit comments