while at it, adding for dragonflybsd too

This commit is contained in:
David CARLIER 2023-05-26 16:13:33 +01:00
parent a3eb950423
commit fcaf4e7397

View File

@ -21,6 +21,7 @@ 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,