De-underscore _MachError, _POSIXError, _NSCocoaError, _NSURLError.

Turns rdar://problem/20536610 into API, per scattered but positive API
review feedback.

Swift SVN r28756
This commit is contained in:
Doug Gregor
2015-05-19 05:53:36 +00:00
parent bddf134a87
commit 94aafe1f33
6 changed files with 116 additions and 116 deletions

View File

@@ -1,6 +1,6 @@
#if os(OSX) || os(iOS) || os(tvOS) || os(watchOS)
/// Enumeration describing Mach error codes.
@objc public enum _MachError : CInt {
@objc public enum MachError : CInt {
case KERN_SUCCESS = 0
/// Specified address is not currently valid.