chiark / gitweb /
mdup: New unit for juggling file descriptors.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 4 Jan 2009 13:53:42 +0000 (13:53 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 4 Jan 2009 16:23:46 +0000 (16:23 +0000)
commitb317b99dd61e3a00721c8e29c911b6621a275bc6
treed30590777da45683887223bd48d10140e2743810
parent7c7ba2aaa02381088315d7ab1c9d9de6afbd5458
mdup: New unit for juggling file descriptors.

The mdup function solves the problem of incorrect file descriptor
renumbering in fork/exec.
Makefile.am
mdup-test.c [new file with mode: 0644]
mdup-test.sh [new file with mode: 0755]
mdup.3 [new file with mode: 0644]
mdup.c [new file with mode: 0644]
mdup.h [new file with mode: 0644]