aboutsummaryrefslogtreecommitdiffstats
path: root/main/mpd/musl-gcc5-fixes.patch
blob: 9f5fc785b54d20f929ca52a6e42f211ee0597fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/notify.hxx.orig
+++ ./src/notify.hxx
@@ -28,7 +28,7 @@
 	Cond cond;
 	bool pending;
 
-#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__)
+#if defined(__GLIBC__)
 	constexpr
 #endif
 	notify():pending(false) {}