Replaced the @_cdecl attribute with the @c attribute across the library to update to Swift 6.4.
This commit is contained in:
@@ -73,7 +73,7 @@ extension String {
|
||||
/// The pointer is later released with plain `free`, so it cannot be offset
|
||||
/// to adjust alignment; the firmware allocator's natural alignment has to
|
||||
/// satisfy the request, which the precondition asserts.
|
||||
@_cdecl("posix_memalign")
|
||||
@c(posix_memalign)
|
||||
public func posix_memalign(
|
||||
_ memptr: UnsafeMutablePointer<UnsafeMutableRawPointer?>,
|
||||
_ alignment: Int,
|
||||
|
||||
Reference in New Issue
Block a user