Skip to content

Commit a0457a5

Browse files
committed
Glibc is already an @_exported import in NSSwiftRuntime.swift
1 parent 8e24456 commit a0457a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Foundation/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#if os(OSX) || os(iOS)
1414
import Darwin
15-
#elseif os(Linux) || os(Android)
15+
#elseif os(Linux)
1616
import Glibc
1717
#endif
1818

Foundation/NSAffineTransform.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,4 @@ extension NSAffineTransform : _StructTypeBridgeable {
413413
public func _bridgeToSwift() -> AffineTransform {
414414
return AffineTransform._unconditionallyBridgeFromObjectiveC(self)
415415
}
416-
}
416+
}

0 commit comments

Comments
 (0)