| author | |
| committer | |
| log | fba5ef9ab4deab1dd6136b7b49ab15dc41f159f4 |
| tree | fe5c9939b44d282ea4521950e0dce2b15772c3e8 |
| parent | 317195b0721ffa96188965aed779a62c504f812e |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
mod.zig+1| ... | ... | @@ -2676,6 +2676,7 @@ pub const mode_t = c_uint; |
| 2676 | 2676 | pub const socklen_t = c_uint; |
| 2677 | 2677 | pub const clockid_t = c_int; |
| 2678 | 2678 | pub const struct_timespec = linux.timespec; |
| 2679 | pub const struct_timeval = linux.timeval; | |
| 2679 | 2680 | pub const DIR = opaque {}; |
| 2680 | 2681 | pub const time_t = i64; |
| 2681 | 2682 | pub const div_t = extern struct { quot: c_int, rem: c_int }; |