Browse Source

Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)

pull/21491/head
Benjamin Peterson 6 years ago
committed by GitHub
parent
commit
ea62a4bd54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Python/thread_pthread.h

2
Python/thread_pthread.h

@ -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…
Cancel
Save