mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 22:53:06 +00:00
c.zig: Add definition for pthread_key_t
Add missing definition for pthread_key_t Closes #13950
This commit is contained in:
parent
c841f52fcb
commit
2acdea7dfd
@ -366,6 +366,7 @@ pub extern "c" fn pthread_rwlock_trywrlock(rwl: *c.pthread_rwlock_t) callconv(.C
|
||||
pub extern "c" fn pthread_rwlock_unlock(rwl: *c.pthread_rwlock_t) callconv(.C) c.E;
|
||||
|
||||
pub const pthread_t = *opaque {};
|
||||
pub const pthread_key_t = *opaque {};
|
||||
pub const FILE = opaque {};
|
||||
|
||||
pub extern "c" fn dlopen(path: [*:0]const u8, mode: c_int) ?*anyopaque;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user