openbsd: malloc_usable_size is unavailable on OpenBSD
parent
f473b3e87c
commit
87eb498d89
|
@ -34,4 +34,4 @@ pub const pthread_attr_t = extern struct {
|
|||
};
|
||||
|
||||
pub extern "c" fn posix_memalign(memptr: *?*c_void, alignment: usize, size: usize) c_int;
|
||||
pub extern "c" fn malloc_usable_size(?*const c_void) usize;
|
||||
|
||||
|
|
Loading…
Reference in New Issue