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 aaf2832 commit bc870efCopy full SHA for bc870ef
stdlib/public/Platform/Platform.swift
@@ -386,7 +386,6 @@ public var environ: UnsafeMutablePointer<UnsafeMutablePointer<CChar>?> {
386
#endif // SWIFT_STDLIB_HAS_ENVIRON
387
388
#if os(FreeBSD)
389
-public let inet_pton = __inet_pton
390
@inlinable public func inet_pton(_ af: CInt, _ src: UnsafePointer<CChar>!, _ dst: UnsafeMutableRawPointer!) -> CInt {
391
__inet_pton(af, src, dst)
392
}
0 commit comments