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 d6ea89d commit 4c5e883Copy full SHA for 4c5e883
Sources/System/FileControlRaw.swift
@@ -369,7 +369,7 @@ extension FileDescriptor {
369
///
370
/// The corresponding C constant is `F_LOG2PHYS`.
371
@_alwaysEmitIntoClient
372
- public static var log2phys: Command { Command(F_LOG2PHYS) }
+ public static var logicalToPhysical: Command { Command(F_LOG2PHYS) }
373
374
/// Return the full path of the fd.
375
0 commit comments