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
2020internal import BacktracingImpl. Runtime
2121
2222typealias CrashInfo = swift . runtime . backtrace . CrashInfo
23+
24+ #if os(Linux)
2325typealias memserver_req = swift . runtime . backtrace . memserver_req
2426typealias memserver_resp = swift . runtime . backtrace . memserver_resp
2527typealias thread = swift . runtime . backtrace . thread
28+ #endif
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ import Swift
2929import BacktracingImpl. Runtime
3030
3131typealias CrashInfo = swift . runtime . backtrace . CrashInfo
32+
33+ #if os(Linux)
3234typealias thread = swift . runtime . backtrace . thread
35+ #endif
3336
3437internal func hex< T: FixedWidthInteger > ( _ value: T ,
3538 withPrefix: Bool = true ) -> String {
You can’t perform that action at this time.
0 commit comments