Commit 7955fb63 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Merged revisions 85236 via svnmerge from

svn+ssh://pythondev@svn.python.org/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.
........
parent f066e270
......@@ -12,6 +12,7 @@
*/
#include <fcntl.h>
#include <unistd.h>
#define BADEXIT -1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment