mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user