Add missing symbol imports for macos

This commit is contained in:
2024-11-10 21:05:42 -08:00
parent f85b92f8db
commit e255e1a926

View File

@@ -1,3 +1,4 @@
___chkstk_darwin
___stack_chk_fail ___stack_chk_fail
___stack_chk_guard ___stack_chk_guard
__tlv_bootstrap __tlv_bootstrap
@@ -5,6 +6,7 @@ _abort
_bzero _bzero
_free _free
_malloc _malloc
_memcmp
_memcpy _memcpy
_memmove _memmove
dyld_stub_binder dyld_stub_binder