mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 11:40:21 +01:00
Fix malloc-stats for newer glibc
This commit is contained in:
parent
38c6084758
commit
1054840d86
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ my_init_hook(void) {
|
|||
my_hooks ();
|
||||
}
|
||||
|
||||
void (*__malloc_initialize_hook) (void) = my_init_hook;
|
||||
void (*__volatile __malloc_initialize_hook) (void) = my_init_hook;
|
||||
|
||||
|
||||
/* reporting */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue