mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00
Kernel: Rename FileDescription::fstat() => stat()
This commit is contained in:
parent
c14de7da99
commit
5444cabd39
3 changed files with 3 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue