| author | |
| committer | |
| log | 62a4d97192cddeb23e651c33d5594a4712d35a76 |
| tree | 54cba199dd2ff621e6852b942c3a7f198509e15a |
| parent | 3bd1741a481f4a49776ab38d105dbd7bc87c139b |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
mod.zig+1-1| ... | ... | @@ -2822,7 +2822,7 @@ pub const wchar_t = c_int; |
| 2822 | 2822 | pub const mode_t = c_uint; |
| 2823 | 2823 | pub const socklen_t = c_uint; |
| 2824 | 2824 | pub const clockid_t = c_int; |
| 2825 | pub const struct_timespec = linux.timespec; | |
| 2825 | pub const struct_timespec = extern struct { sec: isize, nsec: isize }; | |
| 2826 | 2826 | pub const struct_timeval = linux.timeval; |
| 2827 | 2827 | pub const DIR = opaque {}; |
| 2828 | 2828 | pub const time_t = i64; |