Skip to content

Commit 1517fdd

Browse files
committed
Don't export symbol
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 0d7f4ba commit 1517fdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Objects/mimalloc/alloc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ terms of the MIT license. A copy of the license can be found in the file
1616
#include <string.h> // memset, strlen (for mi_strdup)
1717
#include <stdlib.h> // malloc, abort
1818

19+
#define _ZSt15get_new_handlerv _Py__ZSt15get_new_handlerv
20+
1921
#define MI_IN_ALLOC_C
2022
#include "alloc-override.c"
2123
#undef MI_IN_ALLOC_C

0 commit comments

Comments
 (0)