Daniel Jacobowitz <[EMAIL PROTECTED]> wrote:
> You're talking about exec.  If you're going to use execve anyway,
> there's no way you need your old initial working directory back, is
> there?

Right.

As James pointed out, the forked child can simply call
fchdir just before execvp, just as find already does.
So there's no need for any new exec* function, after all.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to