mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-18 13:12:52 -04: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"
|
#define DEFAULT_CONFIGFILE "/etc/mt-daapd.conf"
|
||||||
|
|
||||||
|
#ifndef SIGCLD
|
||||||
|
# define SIGCLD SIGCHLD
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Globals
|
* Globals
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user