Skip to content

Commit 0442db2

Browse files
committed
Remove incorrect WASI check
1 parent f857783 commit 0442db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationEssentials/TimeZone/TimeZone_Cache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct TimeZoneCache : Sendable, ~Copyable {
158158
}
159159
}
160160

161-
#if os(Linux) && !os(WASI)
161+
#if os(Linux)
162162
// Try localtime
163163
tzset()
164164
var t = time(nil)

0 commit comments

Comments
 (0)