| author | |
| committer | |
| log | ccf8488a1e9bd65f354c1613dc504cf5a685e50e |
| tree | 03f02d1a0eff29c5d1254dc2fc1d8b570be82fe3 |
| parent | bfcf18c5a7d13d990c6bbda04d6a2cd37038a9ea |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/c.zig+1| ... | ... | @@ -7028,6 +7028,7 @@ pub const pthread_attr_t = switch (native_os) { |
| 7028 | 7028 | |
| 7029 | 7029 | pub const pthread_key_t = switch (native_os) { |
| 7030 | 7030 | .linux, .emscripten => c_uint, |
| 7031 | .macos, .ios, .tvos, .watchos, .visionos => c_ulong, | |
| 7031 | 7032 | .openbsd, .solaris, .illumos => c_int, |
| 7032 | 7033 | else => void, |
| 7033 | 7034 | }; |