From 5bbce521b82bfc60328df0a1118bf15c3719d090 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 19 Jul 2019 15:49:07 +0000 Subject: system/musl: bump to 1.1.23 --- system/musl/amalgamation.patch | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'system/musl/amalgamation.patch') diff --git a/system/musl/amalgamation.patch b/system/musl/amalgamation.patch index bd8e6a141..e53290e21 100644 --- a/system/musl/amalgamation.patch +++ b/system/musl/amalgamation.patch @@ -141,7 +141,7 @@ diff --git a/src/locale/setlocale.c b/src/locale/setlocale.c index 40bc7ece..4d51cdfe 100644 --- a/src/locale/setlocale.c +++ b/src/locale/setlocale.c -@@ -25,6 +25,8 @@ char *setlocale(int cat, const char *name) +@@ -11,6 +11,8 @@ char *setlocale(int cat, const char *name) if ((unsigned)cat > LC_ALL) return 0; @@ -386,19 +386,3 @@ index 76bbd4c7..d5e70608 100644 #include #include #include -diff --git a/include/fcntl.h b/include/fcntl.h -index 4d91338b..04321887 100644 ---- a/include/fcntl.h -+++ b/include/fcntl.h -@@ -36,8 +36,9 @@ int openat(int, const char *, int, ...); - int posix_fadvise(int, off_t, off_t, int); - int posix_fallocate(int, off_t, off_t); - --#define O_SEARCH O_PATH --#define O_EXEC O_PATH -+#define O_SEARCH O_PATH -+#define O_EXEC O_PATH -+#define O_TTY_INIT 0 - - #define O_ACCMODE (03|O_SEARCH) - #define O_RDONLY 00 -- cgit v1.2.3-60-g2f50