[Bug libc/17405] Implement posix_spawn_file_actions_addchdir_np, posix_spawn_file_actions_addfchdir_np

adhemerval.zanella at linaro dot org sourceware-bugzilla@sourceware.org
Fri Nov 9 13:33:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=17405

--- Comment #6 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
(In reply to Florian Weimer from comment #5)
> (In reply to Adhemerval Zanella from comment #4)
> > Florian, do you think we need posix_spawn_file_actions_addfchdir_np as well?
> > If not, I think we can close this issue.
> 
> I think we should add it for consistency, yes.  It would be possible to
> emulate it with /proc, but I'd prefer to add both functions in the same
> glibc release.

I agree, I think relying solely on _addchdir to emulate _addfchdir only adds
more complexity on the posix_spawn.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list