open file handles inherited?

Christopher G. Faylor cgf@cygnus.com
Fri Jul 31 02:45:00 GMT 1998


In article <000101bdbb00$d4819c60$732ddd80.cygnus.gnu-win32@cpc45115.us.dg.com>,
Peter Mularski <pmularski@clariion.com> wrote:
>Hello,
>
>I have a question. Are open file handles inherited by exec'ed processes? If
>not, how can I get this to happen? I know under VC++, you can set the
>_fileinfo global, but is there something akin to this in cygwin? Thanks in
>advance...

In cygwin32 opened file handles are inherited by exec processes unless
you have set the "close on exec" flag using fcntl.

-- 
cgf@cygnus.com             "Everything has a boolean value, if you stand
http://www.cygnus.com/      far enough away from it."  -- Galena Alyson Canada
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list