mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
(cherry picked from commit ea62a4bd54
)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
This commit is contained in:
parent
8ca63f95f7
commit
f2f6759a78
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ do { \
|
|||
static pthread_condattr_t *condattr_monotonic = NULL;
|
||||
|
||||
static void
|
||||
init_condattr()
|
||||
init_condattr(void)
|
||||
{
|
||||
#ifdef CONDATTR_MONOTONIC
|
||||
static pthread_condattr_t ca;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue