Commit 3dd3c5063b
Changed files (1)
lib
std
lib/std/c/haiku.zig
@@ -226,7 +226,7 @@ pub const Stat = extern struct {
pub fn ctime(self: @This()) timespec {
return self.ctim;
}
- pub fn crtime(self: @This()) timespec {
+ pub fn birthtime(self: @This()) timespec {
return self.crtim;
}
};