| author | |
| committer | |
| log | 891c6ddd5f4aa7a2de79bf5c155ffea71417bb15 |
| tree | 8a764298d69f665317cf3950850f5f63af1c14ea |
| parent | 5125eb77bdf7b87ebf65957f540d82879eb94238 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/bits/linux/sparc64.zig+1-1| ... | ... | @@ -559,7 +559,7 @@ pub const kernel_stat = extern struct { |
| 559 | 559 | }; |
| 560 | 560 | |
| 561 | 561 | /// Renamed to Stat to not conflict with the stat function. |
| 562 | pub const Stat = kernel_stat; | |
| 562 | pub const Stat = if (std.builtin.link_libc) libc_stat else kernel_stat; | |
| 563 | 563 | |
| 564 | 564 | pub const timespec = extern struct { |
| 565 | 565 | tv_sec: isize, |