mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Rename FileDescription::fstat() => stat()
This commit is contained in:
@@ -75,7 +75,7 @@ FileDescription::~FileDescription()
|
||||
m_inode = nullptr;
|
||||
}
|
||||
|
||||
KResult FileDescription::fstat(stat& buffer)
|
||||
KResult FileDescription::stat(::stat& buffer)
|
||||
{
|
||||
if (is_fifo()) {
|
||||
memset(&buffer, 0, sizeof(buffer));
|
||||
|
||||
Reference in New Issue
Block a user