aboutsummaryrefslogtreecommitdiffstats
path: root/main/newsbeuter/musl_const.patch
blob: be97b72c129ba26119b8c0bcb1ad4c2b5994195f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -274,7 +274,7 @@
 	 * of all the Unix-like systems around there, only Linux/glibc seems to
 	 * come with a SuSv3-conforming iconv implementation.
 	 */
-#if !(__linux) && !defined(__GLIBC__) && !defined(__APPLE__) && !defined(__OpenBSD__)
+#if !defined(__linux__)
 	const char * inbufp;
 #else
 	char * inbufp;