mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.c.haiku: move Stat.crtime to Stat.birthtime
This commit is contained in:
parent
f23005eba7
commit
3dd3c5063b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue