File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66// REQUIRES: executable_test
77
88import StdlibUnittest
9- #if os(Linux) || os(FreeBSD)
9+ #if os(Linux) || os(FreeBSD) || os(Android)
1010 import Glibc
1111#else
1212 import Darwin
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extension UInt32 : FloatingPointRepresentation {
2727// Ewwww? <rdar://problem/20060017>
2828#if os(OSX) || os(iOS) || os(watchOS) || os(tvOS)
2929 import Darwin
30- #elseif os(Linux)
30+ #elseif os(Linux) || os(FreeBSD) || os(Android)
3131 import Glibc
3232#endif
3333
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import StdlibUnittest
66
77#if os(OSX) || os(iOS) || os(tvOS) || os(watchOS)
88import Darwin
9- #elseif os(Linux)
9+ #elseif os(Linux) || os(FreeBSD) || os(Android)
1010import Glibc
1111#endif
1212
Original file line number Diff line number Diff line change @@ -919,7 +919,7 @@ StringTests.test(
919919#endif
920920}
921921
922- #if os(Linux)
922+ #if os(Linux) || os(FreeBSD) || os(Android)
923923import Glibc
924924#endif
925925
You can’t perform that action at this time.
0 commit comments