mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
while at it, adding for dragonflybsd too
This commit is contained in:
parent
a3eb950423
commit
fcaf4e7397
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user