Loading...
--- libmalloc/libmalloc-646.40.3/private/make_tapi_happy.h
+++ libmalloc/libmalloc-792.1.1/private/make_tapi_happy.h
@@ -32,6 +32,7 @@
typedef uint8_t xzm_segment_group_id_t;
typedef uint8_t xzm_xzone_bucket_t;
extern malloc_zone_t **malloc_zones;
+struct xzm_bucketing_keys_s;
#if defined(__LP64__)
extern const struct malloc_introspection_t xzm_malloc_zone_introspect;
@@ -41,7 +42,7 @@
xzm_segment_group_id_t *sgid_out, xzm_xzone_bucket_t *bucket_out);
uint8_t
-xzm_type_choose_ptr_bucket_4test(const union xzm_bucketing_keys_u *const keys,
+xzm_type_choose_ptr_bucket_4test(const struct xzm_bucketing_keys_s *const keys,
uint8_t ptr_bucket_count, malloc_type_descriptor_t type_desc);
#endif // defined(__LP64__)