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 bbbff9e commit 943c7c2Copy full SHA for 943c7c2
stdlib/public/core/EmbeddedRuntime.swift
@@ -276,7 +276,7 @@ public func swift_willThrow() throws {
276
}
277
278
@_extern(c, "arc4random_buf")
279
-public func arc4random_buf(buf: UnsafeMutableRawPointer, nbytes: Int)
+func arc4random_buf(buf: UnsafeMutableRawPointer, nbytes: Int)
280
281
public func swift_stdlib_random(_ buf: UnsafeMutableRawPointer, _ nbytes: Int) {
282
arc4random_buf(buf: buf, nbytes: nbytes)
0 commit comments