| ... | @@ -7028,6 +7028,7 @@ pub const pthread_attr_t = switch (native_os) { | ... | @@ -7028,6 +7028,7 @@ pub const pthread_attr_t = switch (native_os) { |
| 7028 | | 7028 | |
| 7029 | pub const pthread_key_t = switch (native_os) { | 7029 | pub const pthread_key_t = switch (native_os) { |
| 7030 | .linux, .emscripten => c_uint, | 7030 | .linux, .emscripten => c_uint, |
| | 7031 | .macos, .ios, .tvos, .watchos, .visionos => c_ulong, |
| 7031 | .openbsd, .solaris, .illumos => c_int, | 7032 | .openbsd, .solaris, .illumos => c_int, |
| 7032 | else => void, | 7033 | else => void, |
| 7033 | }; | 7034 | }; |