Skip to content
Draft
Prev Previous commit
Next Next commit
Update Sources/System/Process/Signal.swift
Co-authored-by: Karoy Lorentey <[email protected]>
  • Loading branch information
milseman and lorentey authored Feb 25, 2021
commit 881a8ad96cbbf9c0d0c032c36ab136d7b8b63d8c
3 changes: 1 addition & 2 deletions Sources/System/Process/Signal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Darwin

extension Signal {
#if os(Linux)
public static var unused: Singal { Signal(SIGUNUSED) }
public static var unused: Signal { Signal(SIGUNUSED) }
#endif

// TODO: better names
Expand Down Expand Up @@ -111,4 +111,3 @@ extension Signal {
}

// TODO: unavailable renamed