Mail Archives: djgpp-workers/1999/04/26/06:19:11
On Sun, 25 Apr 1999, DJ Delorie wrote:
> The only problem I can think of off-hand is that dup/dup2 are usually
> used just before running a child program, to set up stdin/stdout, and
> that just won't work for fsext handles.
Sorry, I'm slow today ;-) Why won't this work for fsext handles?
Because DOS handle inheritance doesn't know about fsext? Or are there
any other reasons?
If the inheritance is the only problem, shouldn't we expect that the
fsext does The Right Thing (like opening a real handle to a real file
or device and returning it, possibly after calling the real dup2)?
- Raw text -