mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
std.c.haiku: move Stat.crtime to Stat.birthtime
This commit is contained in:
parent
f23005eba7
commit
3dd3c5063b
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user