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.
2 parents 970073a + e2788fd commit 3548c45Copy full SHA for 3548c45
stdlib/public/Platform/Darwin.swift.gyb
@@ -74,7 +74,8 @@ public let ${prefix}_TRUE_MIN = ${type}.leastNonzeroMagnitude
74
// Macros defined in bsd/sys/proc.h that do not import into Swift.
75
extension extern_proc {
76
// #define p_starttime p_un.__p_starttime
77
- @_transparent var p_starttime: timeval {
+ @_transparent
78
+ public var p_starttime: timeval {
79
get { return self.p_un.__p_starttime }
80
set { self.p_un.__p_starttime = newValue }
81
}
0 commit comments