We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15d9a7 commit 015ba24Copy full SHA for 015ba24
Sources/System/FileControlRaw.swift
@@ -30,7 +30,6 @@ extension FileDescriptor {
30
31
internal init(rawValue: CInt) { self.rawValue = rawValue }
32
33
- @_alwaysEmitIntoClient
34
private init(_ raw: CInt) { self.init(rawValue: raw) }
35
36
/// Get open file description record locking information.
0 commit comments