We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b37a924 + ac4123b commit 4c5558dCopy full SHA for 4c5558d
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