mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Use exit-status macros for compatibility 2/3
This commit is contained in:
parent
dbc0c54ced
commit
e76e18af96
6 changed files with 10 additions and 10 deletions
|
|
@ -962,7 +962,7 @@ SystemExec::start (StdErrMode stderr_mode, const char *vfork_exec_wrapper)
|
|||
char buf = 0;
|
||||
(void) ::write (pok[1], &buf, 1);
|
||||
close_fd (pok[1]);
|
||||
exit (-1);
|
||||
exit (EXIT_FAILURE);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue