| author | |
| committer | |
| log | 081c62fc0044e3bbe8d87873ef1ccc985911c812 |
| tree | 9f42ea563eaf467f349e5dbcc2245fd192f41a5e |
| parent | 00382f6dae83291468f0ba792f2cefc0216098da |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/bits/linux.zig+1-1| ... | ... | @@ -988,7 +988,7 @@ pub const dirent64 = extern struct { |
| 988 | 988 | d_type: u8, |
| 989 | 989 | d_name: u8, // field address is the address of first byte of name https://github.com/ziglang/zig/issues/173 |
| 990 | 990 | |
| 991 | pub fn reclen(self: dirent) u16 { | |
| 991 | pub fn reclen(self: dirent64) u16 { | |
| 992 | 992 | return self.d_reclen; |
| 993 | 993 | } |
| 994 | 994 | }; |