Изменения libkern
libkern
Измененный sys_cache_control (Int32, UnsafeMutablePointer <Недействительный>, Международный)-> Int32
| Объявление | Введение | |
|---|---|---|
| От | func sys_cache_control(_ function: Int32, _ start: UnsafeMutablePointer<Void>, _ len: UInt) -> Int32 | iOS 8.0 |
| К | func sys_cache_control(_ function: Int32, _ start: UnsafeMutablePointer<Void>, _ len: Int) -> Int32 | iOS 8.3 |
Измененный sys_dcache_flush (UnsafeMutablePointer <Недействительный>, Международный)
| Объявление | |
|---|---|
| От | func sys_dcache_flush(_ start: UnsafeMutablePointer<Void>, _ len: UInt) |
| К | func sys_dcache_flush(_ start: UnsafeMutablePointer<Void>, _ len: Int) |
Измененный sys_icache_invalidate (UnsafeMutablePointer <Недействительный>, Международный)
| Объявление | Введение | |
|---|---|---|
| От | func sys_icache_invalidate(_ start: UnsafeMutablePointer<Void>, _ len: UInt) | iOS 8.0 |
| К | func sys_icache_invalidate(_ start: UnsafeMutablePointer<Void>, _ len: Int) | iOS 8.3 |