mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
Kernel: Port stat() to KResult/KResultOr<T>.
This commit is contained in:
parent
f75eb9af16
commit
37f6844c6c
5 changed files with 31 additions and 40 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
off_t seek(off_t, int whence);
|
||||
ssize_t read(Process&, byte*, ssize_t);
|
||||
ssize_t write(Process&, const byte* data, ssize_t);
|
||||
int fstat(stat*);
|
||||
KResult fstat(stat&);
|
||||
|
||||
KResult fchmod(mode_t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue