diff options
Diffstat (limited to 'Python/thread_pthread_stubs.h')
-rw-r--r-- | Python/thread_pthread_stubs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_pthread_stubs.h b/Python/thread_pthread_stubs.h index 56e5b614192..48bad36ec44 100644 --- a/Python/thread_pthread_stubs.h +++ b/Python/thread_pthread_stubs.h @@ -40,7 +40,7 @@ pthread_cond_init(pthread_cond_t *restrict cond, return 0; } -PyAPI_FUNC(int)pthread_cond_destroy(pthread_cond_t *cond) +PyAPI_FUNC(int) pthread_cond_destroy(pthread_cond_t *cond) { return 0; } |