mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +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
|
@ -62,7 +62,7 @@ public:
|
|||
off_t seek(off_t, int whence);
|
||||
KResultOr<size_t> read(u8*, size_t);
|
||||
KResultOr<size_t> write(const u8* data, size_t);
|
||||
KResult fstat(stat&);
|
||||
KResult stat(::stat&);
|
||||
|
||||
KResult chmod(mode_t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue