mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
* pthread_key_t should also be available for non-android platforms * Also change the type to c_uint because Linux pthreadtypes.h typedefs it as "unsigned int" Partially addresses #13950