mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
gh-108765: Cleanup #include in Python/*.c files (#108977)
Mention one symbol imported by each #include.
This commit is contained in:
parent
14d6e197cc
commit
b298b395e8
18 changed files with 57 additions and 48 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue