mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 08:04:50 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue