Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7955fb6

Browse files
committed
Merged revisions 85236 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r85236 | amaury.forgeotdarc | 2010-10-06 00:15:37 +0200 (mer., 06 oct. 2010) | 2 lines #9060 Let platforms without dup2() compile the replacement fonction without error. ........
1 parent f066e27 commit 7955fb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/dup2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
#include <fcntl.h>
15+
#include <unistd.h>
1516

1617
#define BADEXIT -1
1718

0 commit comments

Comments
 (0)