We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cd086 commit ac4123bCopy full SHA for ac4123b
stdlib/public/SwiftShims/swift/shims/LibcShims.h
@@ -104,7 +104,7 @@ static inline __swift_size_t _swift_stdlib_malloc_size(const void *ptr) {
104
static inline __swift_size_t _swift_stdlib_malloc_size(const void *ptr) {
105
#if defined(__ANDROID__)
106
#if !defined(__ANDROID_API__) || __ANDROID_API__ >= 17
107
- extern __swift_size_t malloc_usable_size(const void *ptr);
+ extern __swift_size_t malloc_usable_size(const void * _Nullable ptr);
108
#endif
109
#else
110
extern __swift_size_t malloc_usable_size(void *ptr);
0 commit comments