openbsd: malloc_usable_size is unavailable on OpenBSD

master
Sébastien Marie 2020-11-20 06:54:31 +00:00 committed by Andrew Kelley
parent f473b3e87c
commit 87eb498d89
1 changed files with 1 additions and 1 deletions

View File

@ -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;