Merge branch 'pf/editor-ignore-sigint'
* pf/editor-ignore-sigint: fix compilation with NO_PTHREADSmaint
commit
e9326df9b1
|
@ -725,7 +725,7 @@ error:
|
||||||
int finish_async(struct async *async)
|
int finish_async(struct async *async)
|
||||||
{
|
{
|
||||||
#ifdef NO_PTHREADS
|
#ifdef NO_PTHREADS
|
||||||
return wait_or_whine(async->pid, "child process", 0);
|
return wait_or_whine(async->pid, "child process");
|
||||||
#else
|
#else
|
||||||
void *ret = (void *)(intptr_t)(-1);
|
void *ret = (void *)(intptr_t)(-1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue