Skip to content

Commit e9075db

Browse files
committed
---
yaml --- r: 347828 b: refs/heads/master c: 9505c0f h: refs/heads/master
1 parent 405b1da commit e9075db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 680ccbd83c4765adcd6f058b707f0606830e4448
2+
refs/heads/master: 9505c0f4b52014eb0b2e57cfe2064a2c05b29c9a
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)