| author | |
| committer | |
| log | 3dd3c5063b1ab939e41461d0c3a3318708d9f76f |
| tree | 828fb9aafbbb847679eff9a9fe5958618639a22b |
| parent | f23005eba7d323d3f26e90972fc042f4d2002df7 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/haiku.zig+1-1| ... | @@ -226,7 +226,7 @@ pub const Stat = extern struct { | ... | @@ -226,7 +226,7 @@ pub const Stat = extern struct { |
| 226 | pub fn ctime(self: @This()) timespec { | 226 | pub fn ctime(self: @This()) timespec { |
| 227 | return self.ctim; | 227 | return self.ctim; |
| 228 | } | 228 | } |
| 229 | pub fn crtime(self: @This()) timespec { | 229 | pub fn birthtime(self: @This()) timespec { |
| 230 | return self.crtim; | 230 | return self.crtim; |
| 231 | } | 231 | } |
| 232 | }; | 232 | }; |