| author | |
| committer | |
| log | eed6464426046a3c9697fa24be4ae2f6274133e3 |
| tree | d220bd0b550cc4d49c5d8505310a1e606a308ee9 |
| parent | fe9f2c7d1a4ed2eb637ea1900a84a9ef85dc14d9 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux/x32.zig+1-1| ... | ... | @@ -175,7 +175,7 @@ pub fn restore_rt() callconv(.naked) noreturn { |
| 175 | 175 | } |
| 176 | 176 | } |
| 177 | 177 | |
| 178 | pub const time_t = i32; | |
| 178 | pub const time_t = i64; | |
| 179 | 179 | |
| 180 | 180 | pub const VDSO = struct { |
| 181 | 181 | pub const CGT_SYM = "__vdso_clock_gettime"; |