mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-116226: include pthread_stubs.h in pycore_pythreads.h (#116227)
This commit is contained in:
parent
9e88173d36
commit
90a1e9880f
1 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ extern "C" {
|
||||||
|
|
||||||
|
|
||||||
#if defined(HAVE_PTHREAD_STUBS)
|
#if defined(HAVE_PTHREAD_STUBS)
|
||||||
|
#include "cpython/pthread_stubs.h" // PTHREAD_KEYS_MAX
|
||||||
#include <stdbool.h> // bool
|
#include <stdbool.h> // bool
|
||||||
|
|
||||||
// pthread_key
|
// pthread_key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue