csound: fix musl

This commit is contained in:
Alessio Sergi 2017-05-25 18:38:56 +02:00
parent dfbffa342a
commit 3ffe084f7a

View file

@ -0,0 +1,11 @@
--- Top/csound.c.orig 2017-05-24 22:41:46.000000000 +0200
+++ Top/csound.c 2017-05-25 18:35:23.438983804 +0200
@@ -1093,7 +1093,7 @@
static void signal_handler(int sig)
{
-#if defined(LINUX) && !defined(ANDROID)
+#if defined(__GLIBC__)
#include <execinfo.h>
{