| author | |
| committer | |
| log | 486ed907f7cf3034e8f9ca1d2c445beec8b2df16 |
| tree | 506f6603274a651100c60053650321f2dbd335ff |
| parent | 70e19ea3533528b90b4548e162e334f5a8392e64 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c.zig+1-1| ... | ... | @@ -161,7 +161,7 @@ pub const nlink_t = switch (native_os) { |
| 161 | 161 | .wasi => c_ulonglong, |
| 162 | 162 | // https://github.com/SerenityOS/serenity/blob/b98f537f117b341788023ab82e0c11ca9ae29a57/Kernel/API/POSIX/sys/types.h#L45 |
| 163 | 163 | .freebsd, .serenity => u64, |
| 164 | .openbsd, .netbsd, .illumos => u32, | |
| 164 | .openbsd, .netbsd, .dragonfly, .illumos => u32, | |
| 165 | 165 | .haiku => i32, |
| 166 | 166 | .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => u16, |
| 167 | 167 | else => u0, |