mirror of
https://github.com/git/git.git
synced 2026-02-19 22:32:41 +00:00
Merge branch 'pf/editor-ignore-sigint'
* pf/editor-ignore-sigint: fix compilation with NO_PTHREADS
This commit is contained in:
@@ -725,7 +725,7 @@ error:
|
||||
int finish_async(struct async *async)
|
||||
{
|
||||
#ifdef NO_PTHREADS
|
||||
return wait_or_whine(async->pid, "child process", 0);
|
||||
return wait_or_whine(async->pid, "child process");
|
||||
#else
|
||||
void *ret = (void *)(intptr_t)(-1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user