summaryrefslogtreecommitdiff
path: root/system/musl/amalgamation.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-19 15:49:07 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-19 15:49:07 +0000
commit5bbce521b82bfc60328df0a1118bf15c3719d090 (patch)
tree016bc4d15fbee4caee127470cfe865c41369b397 /system/musl/amalgamation.patch
parentd37561f9fb9a97f0a7b083eab69d7c3553e01f9f (diff)
downloadpackages-5bbce521b82bfc60328df0a1118bf15c3719d090.tar.gz
packages-5bbce521b82bfc60328df0a1118bf15c3719d090.tar.bz2
packages-5bbce521b82bfc60328df0a1118bf15c3719d090.tar.xz
packages-5bbce521b82bfc60328df0a1118bf15c3719d090.zip
system/musl: bump to 1.1.23
Diffstat (limited to 'system/musl/amalgamation.patch')
-rw-r--r--system/musl/amalgamation.patch18
1 files changed, 1 insertions, 17 deletions
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 <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
-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