diff --git a/lib/std/c/haiku.zig b/lib/std/c/haiku.zig index 5997855ea3..176d53e6ae 100644 --- a/lib/std/c/haiku.zig +++ b/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; } };