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.
2 parents 727baf1 + e3e434f commit 377a225Copy full SHA for 377a225
stdlib/public/SwiftShims/LibcShims.h
@@ -43,7 +43,7 @@ __swift_size_t _swift_stdlib_fwrite_stdout(const void *ptr, __swift_size_t size,
43
// General utilities <stdlib.h>
44
// Memory management functions
45
static inline void _swift_stdlib_free(void *_Nullable ptr) {
46
- extern void free(void *);
+ extern void free(void *_Nullable);
47
free(ptr);
48
}
49
0 commit comments