Skip to content

Commit e4f9f40

Browse files
Remote upstreamed patches
1 parent c4d7d27 commit e4f9f40

17 files changed

+2
-1342
lines changed

schemes/release-6.0/swift-corelibs-foundation/0001-build-Repair-the-build-on-WASI-platform.patch

Lines changed: 0 additions & 96 deletions
This file was deleted.

schemes/release-6.0/swift-corelibs-foundation/0002-Reflect-Package.swift-WASI-changes-in-CMakeLists.txt.patch

Lines changed: 0 additions & 66 deletions
This file was deleted.

schemes/release-6.0/swift-corelibs-foundation/0003-Add-.windows-to-platformsWithThreads-in-Package.swif.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

schemes/release-6.0/swift-foundation/0001-Use-platform-shims-for-clock-ids-to-support-wasi-lib.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ index 911fc9e..9c7e959 100644
8686
--- a/Sources/_FoundationCShims/include/platform_shims.h
8787
+++ b/Sources/_FoundationCShims/include/platform_shims.h
8888
@@ -68,4 +68,17 @@ typedef enum {
89-
INTERNAL const char * _Nonnull _platform_shims_kOSThermalNotificationPressureLevelName();
89+
INTERNAL const char * _Nonnull _platform_shims_kOSThermalNotificationPressureLevelName(void);
9090
#endif
9191

9292
+#if TARGET_OS_WASI

schemes/release-6.0/swift-foundation/0002-Add-explicit-include-of-wasi-libc-environ.h-786.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

schemes/release-6.0/swift-foundation/0003-Add-explicit-void-type-parameter-to-C-functions-with.patch

Lines changed: 0 additions & 109 deletions
This file was deleted.

schemes/release-6.0/swift-foundation/0004-wasm-Fall-back-to-a-default-chunk-size-when-st_blksi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ index 03adcc6..71ef113 100644
3131
+ }
3232
var current: off_t = 0
3333

34-
while current < total {
34+
#if os(WASI)
3535
--
3636
2.43.2
3737

0 commit comments

Comments
 (0)