mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
Revert "Merge pull request #15867 from devnexen/haiku_malloc_usable_size"
This reverts commit 3ef91233caf2c637797d84527a4e78f870e4b4b9, reversing changes made to 2839e35d1c06ca5b6bda1f20ae870f2b2fbbbfb1.
This commit is contained in:
parent
dad7eea8d9
commit
8e9a33b82c
@ -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,
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user