| author | |
| committer | |
| log | aa3964477f662ea5487aa4a1e4595d174e49a89d |
| tree | 141e4dd642f29e538f2c093b20562cfbe4adc698 |
| parent | b3f4e0d091d83874af849f1d1a2328ad7c154d42 |
Add missing definition for pthread_key_t
Closes #139501 files changed, 1 insertions(+), 0 deletions(-)
lib/std/c.zig+1| ... | ... | @@ -371,6 +371,7 @@ pub extern "c" fn pthread_rwlock_trywrlock(rwl: *c.pthread_rwlock_t) callconv(.C |
| 371 | 371 | pub extern "c" fn pthread_rwlock_unlock(rwl: *c.pthread_rwlock_t) callconv(.C) c.E; |
| 372 | 372 | |
| 373 | 373 | pub const pthread_t = *opaque {}; |
| 374 | pub const pthread_key_t = *opaque {}; | |
| 374 | 375 | pub const FILE = opaque {}; |
| 375 | 376 | |
| 376 | 377 | pub extern "c" fn dlopen(path: [*:0]const u8, mode: c_int) ?*anyopaque; |