diff options
Diffstat (limited to 'Python/thread_pthread.h')
-rw-r--r-- | Python/thread_pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 399d28c751..268dec4116 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -608,7 +608,6 @@ _pythread_pthread_set_stacksize(size_t size) #define THREAD_SET_STACKSIZE(x) _pythread_pthread_set_stacksize(x) -#define Py_HAVE_NATIVE_TLS int PyThread_create_key(void) |