On Mon, Oct 15, 2018 at 05:24:43PM -0300, Adhemerval Zanella wrote: > Thanks for following this up. Since you updating posix_spawn{p} documentation > I think it is worth to mention that POSIX_SPAWN_SETSID has been accepted by > POSIX [1] and it has been implemented on glibc since 2.26 (daeb1fa2e1b33). > > Should we make explicit that for glibc 2.24+ POSIX_SPAWN_USEVFORK is a noop? > > Although there is a note below that atfork handlers are only executed if > posix_spawn{p} use fork, maybe make explicit that for GLIBC 2.24 they > won't be execute in any case? > Hi Adhemerval, Thank you a lot for your feedback. I'll prepare a second patch-set with the changes you suggested. Since I'm not fully confident with what POSIX_SPAWN_SETSID does, I'd really appreciate if you can review the changes once I submit the patch-set and let me know if something does not seem right to you. Thank you by advance, Olivier