summaryrefslogtreecommitdiffstats
path: root/Python/dup2.c
Commit message (Collapse)AuthorAgeFilesLines
* gh-95174: Handle missing dup() and constants in WASI (GH-95229)Christian Heimes2022-07-261-0/+6
| | | | | | | - check for ``dup()`` libc function - handle missing ``F_DUPFD`` in ``dup2()`` replacement function - add workaround for WASI libc bug in MSG_TRUNC - ESHUTDOWN is missing, use EPIPE instead - POLLPRI is missing, define as 0 (no-op)
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-9/+9
|
* #9060 Let platforms without dup2() compile the replacement fonction without ↵Amaury Forgeot d'Arc2010-10-051-0/+1
| | | | error.
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-2/+1
| | | | declarations yet, those come later.
* MPW changesGuido van Rossum1994-08-291-5/+0
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+5
|
* New files.Guido van Rossum1993-12-241-0/+31