mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[embedded] Drop 'public' from forward declaration of arc4random_buf
This commit is contained in:
@@ -276,7 +276,7 @@ public func swift_willThrow() throws {
|
||||
}
|
||||
|
||||
@_extern(c, "arc4random_buf")
|
||||
public func arc4random_buf(buf: UnsafeMutableRawPointer, nbytes: Int)
|
||||
func arc4random_buf(buf: UnsafeMutableRawPointer, nbytes: Int)
|
||||
|
||||
public func swift_stdlib_random(_ buf: UnsafeMutableRawPointer, _ nbytes: Int) {
|
||||
arc4random_buf(buf: buf, nbytes: nbytes)
|
||||
|
||||
Reference in New Issue
Block a user