Skip to content

Commit 4d0bd61

Browse files
committed
Fix visibility of an *OnQueue method
1 parent 0928163 commit 4d0bd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SignalHandling/DelayedSigaction/SigactionDelayer_Unsig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public enum SigactionDelayer_Unsig {
217217
}
218218

219219
/** Must always be called on the `signalProcessingQueue`. */
220-
public static func unregisterDelayedSigactionOnQueue(_ id: DelayedSigaction) throws {
220+
private static func unregisterDelayedSigactionOnQueue(_ id: DelayedSigaction) throws {
221221
guard var unsigactionedSignal = unsigactionedSignals[id.signal] else {
222222
/* We trust our source not to have an internal logic error. If the
223223
 * unsigactioned signal is not found, it is because the callee called

0 commit comments

Comments
 (0)