Skip to content

Commit f5b64f1

Browse files
committed
Fix asan.test_emmalloc_memalign_corruption
This test started failing after this line was added as part of #13006. However it seems this change was unneeded. See: #15498
1 parent 13c9935 commit f5b64f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/lib/emmalloc.c

-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,6 @@ void *emmalloc_memalign(size_t alignment, size_t size)
793793
return ptr;
794794
}
795795
extern __typeof(emmalloc_memalign) emscripten_builtin_memalign __attribute__((alias("emmalloc_memalign")));
796-
extern __typeof(emmalloc_memalign) __libc_memalign __attribute__((alias("emmalloc_memalign")));
797796

798797
void * EMMALLOC_EXPORT memalign(size_t alignment, size_t size)
799798
{

0 commit comments

Comments
 (0)