Skip to content

Commit

Permalink
Fixed POSIXError for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Aug 6, 2016
1 parent 66126f5 commit 9d716b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftFoundation/POSIXError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public extension POSIXError {
/// Enumeration describing POSIX error codes.
public struct POSIXError: Error {

let code: POSIXErrorCode
public let code: POSIXErrorCode

public init(code: POSIXErrorCode) {

Expand Down

0 comments on commit 9d716b5

Please sign in to comment.