Mail Archives: djgpp-workers/1999/06/03/02:52:48
On Tue, 1 Jun 1999, Mark E. wrote:
> But when the no-inherit bit is set in the SFT, the child
> does not inherit the handle.
Sorry, I think I misunderstood the meaning of what you've said. Does
the above mean that you tried to poke the bits in the SFT, and managed
to get the handle's inherit properties changed accordingly?
If so, it might be a good idea to try the same with the file open
flags, like O_APPEND, O_READONLY etc. (F_SETFL needs that). It is
probably also worthwhile to post a test program that could test all
these features, so that it could be run in less compatible
environments like NT, DOSEmu etc. We might need to be able to detect
environments which don't support this and return ENOSYS, or find
alternative ways of doing this (if there are any).
- Raw text -