Re: [PATCH v5 11/11] run-command: block signals between fork and execve From: Johannes Sixt <hidden> Date: 2017-04-19 06:00:57 Am 19.04.2017 um 01:18 schrieb Brandon Williams:quoted hunk ↗ jump to hunk@@ -400,6 +404,53 @@ static char **prep_childenv(const char *const *deltaenv) } #endif Does this #endif in this hunk context belong to an #ifndef GIT_WINDOWS_NATIVE? If so, I wonder why these new functions are outside these brackets? An oversight? +struct atfork_state { +#ifndef NO_PTHREADS + int cs; +#endif + sigset_t old; +};... -- Hannes
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help