Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 9d716b5

Browse files
committed
Fixed POSIXError for Linux
1 parent 66126f5 commit 9d716b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftFoundation/POSIXError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public extension POSIXError {
4343
/// Enumeration describing POSIX error codes.
4444
public struct POSIXError: Error {
4545

46-
let code: POSIXErrorCode
46+
public let code: POSIXErrorCode
4747

4848
public init(code: POSIXErrorCode) {
4949

0 commit comments

Comments
 (0)