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 851820b commit 06ff9a3Copy full SHA for 06ff9a3
Sources/System/FileControlRaw.swift
@@ -39,7 +39,7 @@ extension FileDescriptor {
39
public static var closeOnExec: Flags { Flags(rawValue: FD_CLOEXEC) }
40
}
41
42
- /// File status flags.
+ /// File descriptor status flags.
43
@frozen
44
public struct StatusFlags: OptionSet {
45
@_alwaysEmitIntoClient
0 commit comments