File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
CoreFoundation/Base.subproj Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 27
27
#include <CoreFoundation/ForFoundationOnly.h>
28
28
#include <fts.h>
29
29
#include <pthread.h>
30
- #ifndef __ANDROID__
31
- #include <execinfo.h>
32
- #endif
33
30
34
- #if __has_include (< malloc / malloc .h > )
35
- #include <malloc/malloc .h>
31
+ #if __has_include (< execinfo .h > )
32
+ #include <execinfo .h>
36
33
#endif
37
34
38
35
#if __has_include (< malloc /malloc .h > )
Original file line number Diff line number Diff line change 13
13
@_exported import Dispatch
14
14
15
15
import CoreFoundation
16
- @_exported import Dispatch
17
16
18
17
/// The `NSObjectProtocol` groups methods that are fundamental to all Foundation objects.
19
18
///
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ internal protocol _EasyHandleDelegate: class {
104
104
/// - returns: the number of bytes written to the `data` buffer, or `nil` to stop the current transfer immediately.
105
105
func fill( writeBuffer buffer: UnsafeMutableBufferPointer < Int8 > ) -> _EasyHandle . _WriteBufferResult
106
106
/// The transfer for this handle completed.
107
- /// - parameter errorCode : An NSURLError code , or `nil` if no error occured.
107
+ /// - parameter error : An NSError , or `nil` if no error occured.
108
108
func transferCompleted( withError error: NSError ? )
109
109
/// Seek the input stream to the given position
110
110
func seekInputStream( to position: UInt64 ) throws
You can’t perform that action at this time.
0 commit comments