mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-108765: Python.h no longer includes <unistd.h> (#108783)
This commit is contained in:
parent
4f9b706c6f
commit
594b00057e
16 changed files with 55 additions and 42 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef MS_WINDOWS
|
||||
#include <unistd.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
uint32_t _Py_next_func_version = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue