Revert "Merge pull request #15867 from devnexen/haiku_malloc_usable_size"

This reverts commit 3ef91233ca, reversing
changes made to 2839e35d1c.
This commit is contained in:
Andrew Kelley
2023-07-31 10:50:48 -07:00
parent dad7eea8d9
commit 8e9a33b82c
2 changed files with 0 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ pub extern "c" fn dl_iterate_phdr(callback: dl_iterate_phdr_callback, data: ?*an
pub extern "c" fn lwp_gettid() c_int;
pub extern "c" fn posix_memalign(memptr: *?*anyopaque, alignment: usize, size: usize) c_int;
pub extern "c" fn malloc_usable_size(?*const anyopaque) usize;
pub const pthread_mutex_t = extern struct {
inner: ?*anyopaque = null,

View File

@@ -1071,5 +1071,3 @@ pub const sigevent = extern struct {
/// TODO refines if necessary
pub const PTHREAD_STACK_MIN = 2 * 4096;
pub extern "c" fn malloc_usable_size(?*anyopaque) usize;