File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ import Swift
20
20
internal import BacktracingImpl. Runtime
21
21
22
22
typealias CrashInfo = swift . runtime . backtrace . CrashInfo
23
+
24
+ #if os(Linux)
23
25
typealias memserver_req = swift . runtime . backtrace . memserver_req
24
26
typealias memserver_resp = swift . runtime . backtrace . memserver_resp
25
27
typealias thread = swift . runtime . backtrace . thread
28
+ #endif
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ import Swift
29
29
import BacktracingImpl. Runtime
30
30
31
31
typealias CrashInfo = swift . runtime . backtrace . CrashInfo
32
+
33
+ #if os(Linux)
32
34
typealias thread = swift . runtime . backtrace . thread
35
+ #endif
33
36
34
37
internal func hex< T: FixedWidthInteger > ( _ value: T ,
35
38
withPrefix: Bool = true ) -> String {
You can’t perform that action at this time.
0 commit comments