mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
#include "pythread.h"
|
||||
#include "pycore_signal.h" // _PyOS_IsMainThread()
|
||||
|
||||
#ifndef MS_WINDOWS
|
||||
# include <unistd.h> // sysconf()
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Platform includes and definitions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user