--- gcc/objc/hash.c 2018/04/24 18:10:14 1.1.1.2 +++ gcc/objc/hash.c 2018/04/24 18:20:08 1.1.1.3 @@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass A #define EXPANSION(cache) \ ((cache)->size * 2) +void *__objc_xcalloc (size_t, size_t); + cache_ptr hash_new (unsigned int size, hash_func_type hash_func, compare_func_type compare_func)