| author | |
| committer | |
| log | 7309a13bd880982209832c4845912bddc245dcc3 |
| tree | a0e05adc95688e8c17b6d76aaac1870b0e348876 |
| parent | d358ef804eb4aeba16bc2b285d9e3b146b1a1fba |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c.zig+1-1| ... | ... | @@ -224,7 +224,7 @@ pub const TIMERFD_CLOCK = timerfd_clockid_t; |
| 224 | 224 | pub const timerfd_clockid_t = switch (native_os) { |
| 225 | 225 | .freebsd => enum(u32) { |
| 226 | 226 | REALTIME = 0, |
| 227 | MONOTONIC = 1, | |
| 227 | MONOTONIC = 4, | |
| 228 | 228 | _, |
| 229 | 229 | }, |
| 230 | 230 | .linux => linux.timerfd_clockid_t, |