mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 09:56:00 -05:00
no SIGCLD on OSX
This commit is contained in:
parent
318054a466
commit
c39af59e01
@ -49,6 +49,10 @@
|
||||
|
||||
#define DEFAULT_CONFIGFILE "/etc/mt-daapd.conf"
|
||||
|
||||
#ifndef SIGCLD
|
||||
# define SIGCLD SIGCHLD
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Globals
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user