mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Pass stderr mode properly to vfork wrapper
This commit is contained in:
parent
df8097e31e
commit
15cd1163fc
1 changed files with 1 additions and 0 deletions
|
|
@ -901,6 +901,7 @@ SystemExec::start (StdErrMode stderr_mode, const char *vfork_exec_wrapper)
|
||||||
/* keep STDERR */
|
/* keep STDERR */
|
||||||
#if defined __APPLE__&& defined ASL_LOG_DESCRIPTOR_WRITE
|
#if defined __APPLE__&& defined ASL_LOG_DESCRIPTOR_WRITE
|
||||||
::close(STDERR_FILENO);
|
::close(STDERR_FILENO);
|
||||||
|
stderr_mode = IgnoreAndClose; // for vfork
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue