live-bootstrap/sysa/bash-2.05b/patches/mes-libc.patch

16 lines
382 B
Diff
Raw Normal View History

mes libc does not have locale support...
2021-01-15 01:19:43 +00:00
diff --git lib/sh/snprintf.c lib/sh/snprintf.c
index 7669576..747aeba 100644
--- lib/sh/snprintf.c
+++ lib/sh/snprintf.c
@@ -376,7 +376,7 @@ static void xfree __P((void *));
if ((p)->flags & PF_STAR_P) \
(p)->precision = GETARG (int)
-#if defined (HAVE_LOCALE_H)
+#if 0
# define GETLOCALEDATA(d, t, g) \
do \
{ \