cc: [email protected] Subject: Re: Re: [ast-developers] Cleaning the CLOEXEC flag for a descriptor? --------
> The question was which C API should be used to clear the CLOEXEC flag. > I know libshell keeps track of such flags and must be made aware of > any changes. > > Irek > If you include <shell.h>, the you can use fcntl() which gets mapped to sh_fcntl() and keeps track of the CLOEXEC flag. David Korn [email protected] _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
