Skip to content

Commit 3c25d99

Browse files
authored
Merge pull request #24806 from colemancda/posixErrorLinux
2 parents 0be95f5 + 1f15c87 commit 3c25d99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Platform/POSIXError.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,10 @@ public enum POSIXErrorCode : Int32 {
550550
case EOWNERDEAD = 130
551551
/// State not recoverable
552552
case ENOTRECOVERABLE = 131
553+
/// Operation not possible due to RF-kill
554+
case ERFKILL = 132
555+
/// Memory page has hardware error
556+
case EHWPOISON = 133
553557
}
554558

555559
#elseif os(Windows)

0 commit comments

Comments
 (0)