| author | |
| committer | |
| log | 2acdea7dfdb4db07e546fb6dfbaef2af5a2e591c |
| tree | d1c3614996abf243684ff69910473d56a8fb78a5 |
| parent | c841f52fcbb5b5505c9702934db6364b1177ee7f |
Add missing definition for pthread_key_t
Closes #139501 files changed, 1 insertions(+), 0 deletions(-)
lib/std/c.zig+1| ... | ... | @@ -366,6 +366,7 @@ pub extern "c" fn pthread_rwlock_trywrlock(rwl: *c.pthread_rwlock_t) callconv(.C |
| 366 | 366 | pub extern "c" fn pthread_rwlock_unlock(rwl: *c.pthread_rwlock_t) callconv(.C) c.E; |
| 367 | 367 | |
| 368 | 368 | pub const pthread_t = *opaque {}; |
| 369 | pub const pthread_key_t = *opaque {}; | |
| 369 | 370 | pub const FILE = opaque {}; |
| 370 | 371 | |
| 371 | 372 | pub extern "c" fn dlopen(path: [*:0]const u8, mode: c_int) ?*anyopaque; |