File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
trunk/stdlib/public/Platform Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 680ccbd83c4765adcd6f058b707f0606830e4448
2
+ refs/heads/master: 9505c0f4b52014eb0b2e57cfe2064a2c05b29c9a
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -550,6 +550,10 @@ public enum POSIXErrorCode : Int32 {
550
550
case EOWNERDEAD = 130
551
551
/// State not recoverable
552
552
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
553
557
}
554
558
555
559
#elseif os(Windows)
You can’t perform that action at this time.
0 commit comments