mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#9060 Let platforms without dup2() compile the replacement fonction without error.
This commit is contained in:
parent
c08d9070db
commit
90774dd47b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#define BADEXIT -1
|
#define BADEXIT -1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue