c.zig: Add definition for pthread_key_t
Add missing definition for pthread_key_t Closes #13950
This commit is contained in:
committed by
Andrew Kelley
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;
|
||||
|
||||
Reference in New Issue
Block a user