use vfork if available, otherwise sleep after fork to avoid racing on signalling...
authorChristian Grothoff <christian@grothoff.org>
Mon, 19 Oct 2009 09:35:56 +0000 (09:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 19 Oct 2009 09:35:56 +0000 (09:35 +0000)
commit9a2a597e65ef4ee81df909d4c56377f51087001e
treee9f66e9fe0bd988cf5c458c3bef17d2652d29e3f
parenteda86f7f7fc37d08f265f5f1d3584dfa7229cfb6
use vfork if available, otherwise sleep after fork to avoid racing on signalling the process vs execvp changing the signal handlers; clone without signal-handlers would also do, but is even less portable
src/include/platform.h
src/util/os_priority.c