mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -91,7 +91,7 @@ Transmitter::deliver ()
|
|||
sigemptyset (&mask);
|
||||
sigsuspend (&mask);
|
||||
/*NOTREACHED*/
|
||||
exit (1);
|
||||
exit (EXIT_FAILURE);
|
||||
/* JE - From what I can tell, the above code suspends
|
||||
* program execution until (any) signal occurs. Not
|
||||
* sure at the moment what this achieves, unless it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue