diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-07 00:00:36 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-21 11:35:32 +0100 |
commit | de1f0cb72f52c18058dc5d5be73a1b145c565dc5 (patch) | |
tree | 58dd468c2008459b08238ba45de3883ec9fcc089 /toolchain/glibc/patches | |
parent | a9b2b4ddc47eccd923ca2cd6c491e0ce14aeb26b (diff) | |
download | upstream-de1f0cb72f52c18058dc5d5be73a1b145c565dc5.tar.gz upstream-de1f0cb72f52c18058dc5d5be73a1b145c565dc5.tar.bz2 upstream-de1f0cb72f52c18058dc5d5be73a1b145c565dc5.zip |
toolchain: glibc: Update to glibc 2.36
This updates to glibc to version 2.36.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/glibc/patches')
-rw-r--r-- | toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch | 4 | ||||
-rw-r--r-- | toolchain/glibc/patches/200-add-dl-search-paths.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch b/toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch index 7dfc8a5582..c9db703938 100644 --- a/toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch +++ b/toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch @@ -82,7 +82,7 @@ provides them. int totfails = 0; int main (int argc, char *argv[]); -@@ -120,13 +104,3 @@ put8 (char *cp) +@@ -119,13 +103,3 @@ put8 (char *cp) printf("%02x", t); } } @@ -627,7 +627,7 @@ provides them. range [FROM - N + 1, FROM - 1]. If N is odd the first byte in FROM --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h -@@ -971,6 +971,12 @@ extern int getsubopt (char **__restrict +@@ -984,6 +984,12 @@ extern int getsubopt (char **__restrict #endif diff --git a/toolchain/glibc/patches/200-add-dl-search-paths.patch b/toolchain/glibc/patches/200-add-dl-search-paths.patch index fd4af3694a..e927d86f23 100644 --- a/toolchain/glibc/patches/200-add-dl-search-paths.patch +++ b/toolchain/glibc/patches/200-add-dl-search-paths.patch @@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker --- a/Makeconfig +++ b/Makeconfig -@@ -618,6 +618,9 @@ else +@@ -631,6 +631,9 @@ else default-rpath = $(libdir) endif |