We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e40578 commit b570887Copy full SHA for b570887
Sources/Testing/ExitTests/WaitFor.swift
@@ -85,7 +85,7 @@ private let _childProcessContinuations = Locked<[pid_t: CheckedContinuation<Exit
85
/// A condition variable used to suspend the waiter thread created by
86
/// `_createWaitThread()` when there are no child processes to await.
87
private nonisolated(unsafe) let _waitThreadNoChildrenCondition = {
88
- #if os(FreeBSD) || os(OpenBSD)
+ #if os(FreeBSD)
89
let result = UnsafeMutablePointer<pthread_cond_t?>.allocate(capacity: 1)
90
#else
91
let result = UnsafeMutablePointer<pthread_cond_t>.allocate(capacity: 1)
0 commit comments