1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/chez-scheme/remove-xlocale.patch
Will sinatra bf9260a90b testing/chez-scheme: new aport
New aport for Cisco's Chez Scheme/Petite Chez Scheme
2020-04-20 18:50:04 +00:00

11 lines
244 B
Diff

--- 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)