mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
no message
This commit is contained in:
@@ -3,7 +3,7 @@ import Foundation
|
||||
public final class MappedFile {
|
||||
private var handle: Int32
|
||||
private var currentSize: Int
|
||||
private var memory: UnsafeMutablePointer<Void>
|
||||
private var memory: UnsafeMutableRawPointer
|
||||
|
||||
public init(path: String) {
|
||||
self.handle = open(path, O_RDWR | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR)
|
||||
|
||||
Reference in New Issue
Block a user