bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: new openat-like function: mkdirat


From: Jim Meyering
Subject: Re: FYI: new openat-like function: mkdirat
Date: Thu, 01 Dec 2005 18:03:42 +0100

Daniel Jacobowitz <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]