We shouldn't define libc functions...

Former-commit-id: 9da8b7e25b8f423dc0efa54f49307c425eeabc55
This commit is contained in:
John Sully 2019-12-16 20:11:01 -05:00
parent c4b9d485a1
commit 7900642444

View File

@ -32,8 +32,3 @@ void operator delete(void *p, std::size_t) noexcept
}
#endif
extern "C" size_t malloc_usable_size(void *pv)
{
return zmalloc_size(pv);
}