On Wed, 8 Oct 2025, RVP wrote:
Well, posix_spawn() is fork() + exec()a [...]
Err, posix_spawn() isn't that exactly now, is it? What I meant was that I can see why O_CLOFORK would apply for posix_spawn(). Just don't see why it should matter when creating threads, is all. -RVP