remove patch applied upstream

This commit is contained in:
Sylvestre Ledru 2023-05-31 11:28:11 +02:00
parent 09237db7e0
commit f8ae68d33d
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
Index: llvm-toolchain-snapshot_17~++20230530094321+b187215a44f7/libcxx/include/__mbstate_t.h
===================================================================
--- llvm-toolchain-snapshot_17~++20230530094321+b187215a44f7.orig/libcxx/include/__mbstate_t.h
+++ llvm-toolchain-snapshot_17~++20230530094321+b187215a44f7/libcxx/include/__mbstate_t.h
@@ -35,7 +35,11 @@
# define __CORRECT_ISO_CPP_WCHAR_H_PROTO
#endif
-#if __has_include(<bits/types/mbstate_t.h>)
+
+#if __has_include(<bits/alltypes.h>) // Probe for musl
+#define __NEED_mbstate_t // Tell musl we need __mbstate_t (and nothing else)
+#include <bits/alltypes.h>
+#elif __has_include(<bits/types/mbstate_t.h>)
# include <bits/types/mbstate_t.h> // works on most Unixes
#elif __has_include(<sys/_types/_mbstate_t.h>)
# include <sys/_types/_mbstate_t.h> // works on Darwin

View File

@ -148,4 +148,3 @@ unwind-force-pthread-dl.diff
force-sse2-compiler-rt.diff
bolt-disable-emit-relocs.patch
link-grpc.diff
mbstate_workaround_issue_62523.diff