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 06ff9a3 commit d6ea89dCopy full SHA for d6ea89d
Sources/System/FileControlRaw.swift
@@ -57,7 +57,7 @@ extension FileDescriptor {
57
///
58
/// The corresponding C constant is `O_NONBLOCK`.
59
@_alwaysEmitIntoClient
60
- public static var nonblocking: StatusFlags { StatusFlags(O_NONBLOCK) }
+ public static var nonBlocking: StatusFlags { StatusFlags(O_NONBLOCK) }
61
62
/// Force each write to append at the end of file; corre-
63
/// sponds to `OpenOptions.append`.
0 commit comments