aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chez-scheme/remove-xlocale.patch
blob: 21e1e9bd42173a9696b9d3f2a703116e2f690205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
removing xlocale allows compilation on musl
--- src/c/expeditor.c
+++ src/c/expeditor.c
@@ -546,8 +546,5 @@
 #include <sys/ioctl.h>
 #include <wchar.h>
 #include <locale.h>
-#ifndef __GLIBC__
-#include <xlocale.h>
-#endif
 
 #if defined(TIOCGWINSZ) && defined(SIGWINCH) && defined(EINTR)