[stdlib/private][gardening] Prefer os(macOS) over os(OSX)

This commit is contained in:
Sho Ikeda
2018-03-09 22:41:55 +09:00
parent 3e388b35f6
commit 6263b582a0
7 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===//
import SwiftPrivate
#if os(OSX) || os(iOS) || os(watchOS) || os(tvOS)
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
import Darwin
#elseif os(Linux) || os(FreeBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku)
import Glibc