Revert subset of "[Gardening] Clean Up OS-Test Patterns Across The Codebase"

Removes usage of #canImport(Darwin) from stdlib/public.

This reverts a subset of commit cddf73ecdb.
This commit is contained in:
Varun Gandhi
2020-07-01 15:47:18 -07:00
parent c03ea7ad44
commit cacfb01f97
10 changed files with 24 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#if canImport(Darwin)
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
/// Enumeration describing POSIX error codes.
@objc